Information about plays

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

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

{
    "id": 347236,
    "uri": "https://api.kexp.org/v2/plays/347236/?format=api",
    "airdate": "2019-06-28T01:35:39-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "http://coverartarchive.org/release/0820f6fe-ef05-38a8-aa44-c7ec4782669a/3331716188-250.jpg",
    "thumbnail_uri": "",
    "song": "Wonderwall",
    "track_id": "e66f5587-19a8-350d-b9f3-d416acc887f1",
    "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": "Got a request? Email dj@kexp.org or text 206-903-5397",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}