Information about plays

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

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

{
    "id": 374439,
    "uri": "https://api.kexp.org/v2/plays/374439/?format=api",
    "airdate": "2019-08-30T11:09:32-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/0820f6fe-ef05-38a8-aa44-c7ec4782669a/3331716188-250.jpg",
    "thumbnail_uri": "",
    "song": "Roll With It",
    "track_id": "f79f76e9-780b-3630-8ec8-1da051121ab3",
    "recording_id": null,
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "(What’s the Story) Morning Glory?",
    "release_id": "0820f6fe-ef05-38a8-aa44-c7ec4782669a",
    "release_group_id": null,
    "labels": [
        "Big Brother Recordings"
    ],
    "label_ids": [
        "5ab599c4-db48-4179-85df-521436e7805c"
    ],
    "release_date": "2000-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See the video for Oasis' \"Roll With It\" here: https://www.youtube.com/watch?v=DrARl0dzd-0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}