Information about plays

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

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

{
    "id": 535869,
    "uri": "https://api.kexp.org/v2/plays/535869/?format=api",
    "airdate": "2002-04-08T10:35:29-07:00",
    "show": 9288,
    "show_uri": "https://api.kexp.org/v2/shows/9288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is Where We Disappear",
    "track_id": "d9e51988-2caa-41d6-96d6-ad1d43692844",
    "recording_id": null,
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "This Is Where We Disappear",
    "release_id": "6c4b66ee-0fc5-420a-b9a3-7de82bb3ed51",
    "release_group_id": null,
    "labels": [
        "Rubric"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}