Information about plays

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

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

{
    "id": 351653,
    "uri": "https://api.kexp.org/v2/plays/351653/?format=api",
    "airdate": "2019-07-08T09:40:41-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/7973e8ee-0a71-34a5-8b78-60f7e8ac8382/4043651904-250.jpg",
    "thumbnail_uri": "",
    "song": "Some Candy Talking",
    "track_id": "e850e359-6f76-3b3d-9712-3a99e67eeb13",
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "21 Singles",
    "release_id": "7973e8ee-0a71-34a5-8b78-60f7e8ac8382",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the official video:  https://www.youtube.com/watch?v=oIIdLAQ3nvc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}