Information about plays

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

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

{
    "id": 1083731,
    "uri": "https://api.kexp.org/v2/plays/1083731/?format=api",
    "airdate": "2006-04-25T09:36:46-07:00",
    "show": 19030,
    "show_uri": "https://api.kexp.org/v2/shows/19030/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/614T0CGBG9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/614T0CGBG9L._SL75_.jpg",
    "song": "Apocalyptic",
    "track_id": "d27d9c84-1ed2-442f-9c47-fd5a31d9a75f",
    "recording_id": null,
    "artist": "Mountain Con",
    "artist_ids": [
        "a4096751-ae06-4673-b0fc-73e88a0e618e"
    ],
    "album": "Sancho Panza",
    "release_id": "fc58f79c-b2e7-451c-9f98-82bc0fdf2a30",
    "release_group_id": null,
    "labels": [
        "Big Iron"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}