Information about plays

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

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

{
    "id": 431028,
    "uri": "https://api.kexp.org/v2/plays/431028/?format=api",
    "airdate": "2001-06-03T21:08:34-07:00",
    "show": 7249,
    "show_uri": "https://api.kexp.org/v2/shows/7249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freezing Point",
    "track_id": "7ef2e5b8-cbea-4303-a040-5a442da7ce13",
    "recording_id": null,
    "artist": "Spirit",
    "artist_ids": [
        "0c0967a7-451d-481e-b1ac-37d384410425"
    ],
    "album": "Final Chapter (Transatlantic Turmoil mix) / Freezing Point",
    "release_id": "e0ecda70-b131-427e-8ad5-89682aa2f7f2",
    "release_group_id": null,
    "labels": [
        "Timeless Recordings"
    ],
    "label_ids": [
        "19a6251a-b9c8-46b2-b33c-1aaadd1148ee"
    ],
    "release_date": "1999-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}