Information about plays

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

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

{
    "id": 368881,
    "uri": "https://api.kexp.org/v2/plays/368881/?format=api",
    "airdate": "2019-08-17T23:16:00-07:00",
    "show": 6148,
    "show_uri": "https://api.kexp.org/v2/shows/6148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Burning Bridges",
    "track_id": "4415f225-e2ab-3412-9fe3-f298d49674fd",
    "recording_id": null,
    "artist": "The Cravats",
    "artist_ids": [
        "821c07ac-f85f-49c8-84ab-73065390799a"
    ],
    "album": "The End",
    "release_id": "d96f2d03-fb10-4df4-af75-fec9e3b80bee",
    "release_group_id": null,
    "labels": [
        "Small Wonder Records"
    ],
    "label_ids": [
        "7d329d78-1945-4551-99d3-98133f941dd0"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}