Information about plays

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

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

{
    "id": 467542,
    "uri": "https://api.kexp.org/v2/plays/467542/?format=api",
    "airdate": "2001-09-18T20:15:00-07:00",
    "show": 7954,
    "show_uri": "https://api.kexp.org/v2/shows/7954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41S4PCRA84L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41S4PCRA84L._SL75_.jpg",
    "song": "Dhyahar-Eh-Ishq Meh",
    "track_id": "673669d5-59b2-46e8-90dc-3978812a5399",
    "recording_id": null,
    "artist": "Nusrat Fateh Ali Khan & Party",
    "artist_ids": [
        "cb3eed75-2018-4136-a510-1a653358c50e"
    ],
    "album": "Shahbaaz",
    "release_id": "e926215b-4f8c-49c0-80a5-bac5a83f672c",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}