Information about plays

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

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

{
    "id": 492199,
    "uri": "https://api.kexp.org/v2/plays/492199/?format=api",
    "airdate": "2001-12-01T05:46:00-08:00",
    "show": 8433,
    "show_uri": "https://api.kexp.org/v2/shows/8433/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YSJTPNZ1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YSJTPNZ1L._SL75_.jpg",
    "song": "Between Times",
    "track_id": "226772ac-20fb-466c-aa7f-23cb8db42bf0",
    "recording_id": null,
    "artist": "Rotting Christ",
    "artist_ids": [
        "2d576cfe-7669-4af0-a66a-86c8362f47c5"
    ],
    "album": "A Dead Poem",
    "release_id": "f2fd5d51-d5a0-4329-aad2-e0f0aea10321",
    "release_group_id": null,
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "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"
}