Information about plays

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

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

{
    "id": 422210,
    "uri": "https://api.kexp.org/v2/plays/422210/?format=api",
    "airdate": "2001-05-08T00:55:23-07:00",
    "show": 7075,
    "show_uri": "https://api.kexp.org/v2/shows/7075/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Caravan",
    "track_id": "9c1a06b3-e2cd-4190-a8c4-7bb4e8888b89",
    "recording_id": null,
    "artist": "Land",
    "artist_ids": [
        "26afb633-b3a6-4bf0-87a1-7c58251134b5"
    ],
    "album": "Land",
    "release_id": "63ab3563-e6d6-4c64-b1ce-32832a7b432b",
    "release_group_id": null,
    "labels": [
        "Extreme"
    ],
    "label_ids": [
        "2ce829fc-e89b-4efd-b435-0428f9c90018"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}