Information about plays

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

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

{
    "id": 1292140,
    "uri": "https://api.kexp.org/v2/plays/1292140/?format=api",
    "airdate": "2007-10-17T22:44:20-07:00",
    "show": 22608,
    "show_uri": "https://api.kexp.org/v2/shows/22608/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Junassa",
    "track_id": "51b90df8-e3dc-45ee-9839-7161737eeca1",
    "recording_id": null,
    "artist": "Hannu",
    "artist_ids": [
        "a6a4a7b5-858a-4c0c-bd26-d034661dd2c8"
    ],
    "album": "Worms in My Piano",
    "release_id": "4fcbb390-1ce3-4dae-aeda-45afd7dd7fbb",
    "release_group_id": null,
    "labels": [
        "Osaka Recordings"
    ],
    "label_ids": [
        "d9f4cad3-196b-45fe-a9cf-e7f8ac6fc62d"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}