Information about plays

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

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

{
    "id": 1364078,
    "uri": "https://api.kexp.org/v2/plays/1364078/?format=api",
    "airdate": "2008-04-19T11:34:00-07:00",
    "show": 23816,
    "show_uri": "https://api.kexp.org/v2/shows/23816/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YWmJudICL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YWmJudICL._SL75_.jpg",
    "song": "Africa Prepare",
    "track_id": "e704f39b-c773-4f9d-b2fe-f2166445cc19",
    "recording_id": null,
    "artist": "Sizzla",
    "artist_ids": [
        "c8327cc0-54f3-424f-a68d-000ee7289a41"
    ],
    "album": "The Journey: The Very Best of Sizzla Kalonji",
    "release_id": "7389fb7e-a01c-4a8b-9806-c36c0d8ba692",
    "release_group_id": null,
    "labels": [
        "Maximum Pressure"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}