Information about plays

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

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

{
    "id": 437924,
    "uri": "https://api.kexp.org/v2/plays/437924/?format=api",
    "airdate": "2001-06-24T00:32:18-07:00",
    "show": 7378,
    "show_uri": "https://api.kexp.org/v2/shows/7378/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IQah47bwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IQah47bwL._SL75_.jpg",
    "song": "Death Letter",
    "track_id": "54ca41e6-bfd8-4a7f-9f6c-72b5abd63490",
    "recording_id": null,
    "artist": "Son House",
    "artist_ids": [
        "8c87dda0-be58-4e48-a3b5-2626f26364c7"
    ],
    "album": "Father of the Delta Blues",
    "release_id": "704cd36b-3bce-45ae-8a84-53dbc41fe3bd",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "label_ids": [],
    "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"
}