Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/429352/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 429352,
    "uri": "https://api.kexp.org/v2/plays/429352/?format=api",
    "airdate": "2001-05-29T19:42:00-07:00",
    "show": 7216,
    "show_uri": "https://api.kexp.org/v2/shows/7216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QEOm9HXbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QEOm9HXbL._SL75_.jpg",
    "song": "Felicidade",
    "track_id": "635b7c6e-4059-4afc-951f-95ad615c5e82",
    "recording_id": null,
    "artist": "Ara Ketu",
    "artist_ids": [
        "126d22ae-77a0-431c-976e-199501eb5e42"
    ],
    "album": "Yelé Brazil",
    "release_id": "c2b64824-ebea-46b2-afa1-13964f1775b2",
    "release_group_id": null,
    "labels": [
        "Hemisphere"
    ],
    "label_ids": [
        "6bf3095f-45de-43dc-b9ec-0d9fb27899e7"
    ],
    "release_date": "1995-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}