Information about plays

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

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

{
    "id": 421394,
    "uri": "https://api.kexp.org/v2/plays/421394/?format=api",
    "airdate": "2001-05-05T04:28:00-07:00",
    "show": 7053,
    "show_uri": "https://api.kexp.org/v2/shows/7053/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Day of the Dinge",
    "track_id": null,
    "recording_id": null,
    "artist": "Imitation Electric Piano",
    "artist_ids": [
        "b6c83b1a-83ef-41cf-be0c-a933a032e8da"
    ],
    "album": "e.p.",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}