Information about plays

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

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

{
    "id": 427331,
    "uri": "https://api.kexp.org/v2/plays/427331/?format=api",
    "airdate": "2001-05-23T18:07:30-07:00",
    "show": 7177,
    "show_uri": "https://api.kexp.org/v2/shows/7177/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21BYFTXANCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21BYFTXANCL._SL75_.jpg",
    "song": "Chinese Checkers",
    "track_id": "8a0f1686-daeb-4731-99b6-2a20d865a9e8",
    "recording_id": null,
    "artist": "Booker T. & The MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "Soul Dressing",
    "release_id": "9c4d7204-c48d-43a4-a3a3-3ba14638795c",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1965-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}