Information about plays

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

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

{
    "id": 2678517,
    "uri": "https://api.kexp.org/v2/plays/2678517/?format=api",
    "airdate": "2019-12-26T20:37:43-08:00",
    "show": 46229,
    "show_uri": "https://api.kexp.org/v2/shows/46229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gimme a Ride to Heaven Boy",
    "track_id": "8e010811-1a2d-4624-97eb-adaf656de9ea",
    "recording_id": null,
    "artist": "Terry Allen & The Panhandle Mystery Band",
    "artist_ids": [
        "3feeb77f-8ca7-48c7-a253-d8cffe87e04f"
    ],
    "album": "Smokin' the Dummy / Bloodlines",
    "release_id": "255ed2eb-c459-4fb3-8b18-5d73f58582f6",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}