Information about plays

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

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

{
    "id": 421651,
    "uri": "https://api.kexp.org/v2/plays/421651/?format=api",
    "airdate": "2001-05-06T04:20:00-07:00",
    "show": 7061,
    "show_uri": "https://api.kexp.org/v2/shows/7061/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "J.R. (Just Right)",
    "track_id": "55d2e9bb-b939-44db-a75f-0ddd288caffc",
    "recording_id": null,
    "artist": "Bootsy's New Rubber Band",
    "artist_ids": [
        "a93e47a7-7e9f-4425-9f02-a654b9349e8b"
    ],
    "album": "Blasters of the Universe (disc 1)",
    "release_id": "6efbb8dc-2a0c-49ac-a2e7-2c9ca23782fa",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}