Information about plays

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

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

{
    "id": 431453,
    "uri": "https://api.kexp.org/v2/plays/431453/?format=api",
    "airdate": "2001-06-05T04:28:14-07:00",
    "show": 7257,
    "show_uri": "https://api.kexp.org/v2/shows/7257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Parade on my Rain",
    "track_id": null,
    "recording_id": null,
    "artist": "Sunset Valley",
    "artist_ids": [
        "a21ea37a-3481-45cf-8c62-0b00dfe739f8"
    ],
    "album": "My Old Flame (John Vanderslice)/Parade on my Rain (SV) split 7-inch single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sea Level"
    ],
    "label_ids": [
        "69721b3a-4e77-4559-91fa-459027a01e83"
    ],
    "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"
}