Information about plays

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

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

{
    "id": 427716,
    "uri": "https://api.kexp.org/v2/plays/427716/?format=api",
    "airdate": "2001-05-24T19:34:17-07:00",
    "show": 7183,
    "show_uri": "https://api.kexp.org/v2/shows/7183/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RAVGH16JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RAVGH16JL._SL75_.jpg",
    "song": "Crazy Dreams",
    "track_id": "8d2a47f6-2cfd-4458-ae79-502bebaa3278",
    "recording_id": null,
    "artist": "Patsy Cline",
    "artist_ids": [
        "ad82dd72-0df3-4a09-8d7a-1af9c9e80522"
    ],
    "album": "The Patsy Cline Collection",
    "release_id": "b270ef63-f5eb-4fcb-8e90-c5054c9947a0",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}