Information about plays

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

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

{
    "id": 1286726,
    "uri": "https://api.kexp.org/v2/plays/1286726/?format=api",
    "airdate": "2007-10-04T01:01:38-07:00",
    "show": 22514,
    "show_uri": "https://api.kexp.org/v2/shows/22514/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birdstatic",
    "track_id": "1d6df37e-85c6-4cdb-989e-8246ec994332",
    "recording_id": null,
    "artist": "Telephone Jim Jesus",
    "artist_ids": [
        "55c691d7-7fb8-4103-8296-0e9e19f87776"
    ],
    "album": "Anywhere Out of the Everything",
    "release_id": "ece75709-a6f9-442d-b48f-b5fa7cc1e48d",
    "release_group_id": null,
    "labels": [
        "Anticon"
    ],
    "label_ids": [
        "bf92cf45-cea1-4837-996b-fd9384a5704c"
    ],
    "release_date": "2007-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}