Information about plays

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

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

{
    "id": 382839,
    "uri": "https://api.kexp.org/v2/plays/382839/?format=api",
    "airdate": "2019-09-19T06:13:12-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/e4d216e4-b136-4bc9-a2a8-3486eb2d6c62/12260320392-250.jpg",
    "thumbnail_uri": "",
    "song": "Golden Rope",
    "track_id": "1f44c542-ce72-400b-9144-5c47eb1ac7af",
    "recording_id": null,
    "artist": "Primal Scream",
    "artist_ids": [
        "55704c38-224f-4b75-b29f-d43653f8bc9a"
    ],
    "album": "Chaosmosis",
    "release_id": "e4d216e4-b136-4bc9-a2a8-3486eb2d6c62",
    "release_group_id": null,
    "labels": [
        "First International"
    ],
    "label_ids": [
        "3916876e-6963-4d50-8909-81ba62656fcd"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed by Bobby Gillespie while he was still drumming for The Jesus and Mary Chain in the 80's. 'Chaosmosis' is the last full-length we've seen from Primal Scream, released in 2016",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}