Information about plays

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

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

{
    "id": 421434,
    "uri": "https://api.kexp.org/v2/plays/421434/?format=api",
    "airdate": "2001-05-05T10:08:00-07:00",
    "show": 7055,
    "show_uri": "https://api.kexp.org/v2/shows/7055/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Prophet",
    "track_id": "a4f1e400-2a0c-4c8b-bd03-27d5ae38773b",
    "recording_id": null,
    "artist": "Frankie Paul",
    "artist_ids": [
        "291ec398-9ad9-4db9-949f-b99a880d18b3"
    ],
    "album": "Pass the Tu Sheng Peng + Tidal Wave",
    "release_id": "90c286af-8097-44a8-8c05-26770e119de0",
    "release_group_id": null,
    "labels": [
        "Vulcan Records"
    ],
    "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"
}