Information about plays

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

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

{
    "id": 374901,
    "uri": "https://api.kexp.org/v2/plays/374901/?format=api",
    "airdate": "2019-08-31T16:26:15-07:00",
    "show": 6240,
    "show_uri": "https://api.kexp.org/v2/shows/6240/?format=api",
    "image_uri": "http://coverartarchive.org/release/4e0d832b-c8ed-4cbd-bf8d-40494a0a16a3/4267970518-250.jpg",
    "thumbnail_uri": "",
    "song": "Frontier Psychiatrist",
    "track_id": "c5f92a84-d5ce-3ba4-b091-a604b73c5243",
    "recording_id": null,
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Since I Left You",
    "release_id": "4e0d832b-c8ed-4cbd-bf8d-40494a0a16a3",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2001-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There are at least 21 tracks sampled in this song along with clips from Lawrence of Arabia and John Waters' Polyester https://www.whosampled.com/The-Avalanches/Frontier-Psychiatrist/samples/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}