Information about plays

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

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

{
    "id": 419395,
    "uri": "https://api.kexp.org/v2/plays/419395/?format=api",
    "airdate": "2001-04-29T12:43:20-07:00",
    "show": 7012,
    "show_uri": "https://api.kexp.org/v2/shows/7012/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunnin",
    "track_id": "7884905f-2667-4526-8416-c32343e09753",
    "recording_id": null,
    "artist": "Catalyst",
    "artist_ids": [
        "4f338bf6-a609-4a23-a0a3-75744ead23c3"
    ],
    "album": "2000 Black: The Good Good",
    "release_id": "f667e28d-86ed-4a70-94a7-0c61d2fe79af",
    "release_group_id": null,
    "labels": [
        "Planet E"
    ],
    "label_ids": [
        "a0fb31fd-1faa-42fd-9bbe-7da22b83a42e"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}