Information about plays

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

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

{
    "id": 501949,
    "uri": "https://api.kexp.org/v2/plays/501949/?format=api",
    "airdate": "2001-12-30T12:19:00-08:00",
    "show": 8624,
    "show_uri": "https://api.kexp.org/v2/shows/8624/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513%2BWzI3CBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513%2BWzI3CBL._SL75_.jpg",
    "song": "Moonlight",
    "track_id": "54a26f6b-5490-4a6c-8a2b-ae35c5631d94",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "\"Love and Theft\"",
    "release_id": "1edb9e12-e80c-40c5-a75a-bc6cb78b7b77",
    "release_group_id": null,
    "labels": [
        "Sony Records"
    ],
    "label_ids": [
        "dee62e1a-cfd1-466f-b578-846a0fdf435a"
    ],
    "release_date": "2003-12-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}