Information about plays

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

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

{
    "id": 492404,
    "uri": "https://api.kexp.org/v2/plays/492404/?format=api",
    "airdate": "2001-12-01T22:00:00-08:00",
    "show": 8439,
    "show_uri": "https://api.kexp.org/v2/shows/8439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DA WALLS",
    "track_id": null,
    "recording_id": null,
    "artist": "G Flame",
    "artist_ids": [
        "a2e275e4-75ae-4a64-ab23-a410c5f95214"
    ],
    "album": "House Traitor E.P. (disc 2)",
    "release_id": "6da20605-c624-493c-8f0f-23fbb41fb832",
    "release_group_id": null,
    "labels": [
        "Moody Recordings"
    ],
    "label_ids": [
        "1bbe2879-e788-481f-ab96-9f998d7ff8e2"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}