Information about plays

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

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

{
    "id": 426883,
    "uri": "https://api.kexp.org/v2/plays/426883/?format=api",
    "airdate": "2001-05-22T11:21:25-07:00",
    "show": 7168,
    "show_uri": "https://api.kexp.org/v2/shows/7168/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silver",
    "track_id": "f3e7690f-3558-426a-9a17-ea62499aa386",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Avalanche",
    "release_id": "a9808484-2974-452c-a359-8946ff092af6",
    "release_group_id": null,
    "labels": [
        "Gimmemusic"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}