Information about plays

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

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

{
    "id": 3421291,
    "uri": "https://api.kexp.org/v2/plays/3421291/?format=api",
    "airdate": "2024-11-04T11:00:44-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia600103.us.archive.org/20/items/mbid-283a47fc-3635-4176-ae35-7d0ebce3a689/mbid-283a47fc-3635-4176-ae35-7d0ebce3a689-17822124948_thumb500.jpg",
    "thumbnail_uri": "https://ia600103.us.archive.org/20/items/mbid-283a47fc-3635-4176-ae35-7d0ebce3a689/mbid-283a47fc-3635-4176-ae35-7d0ebce3a689-17822124948_thumb250.jpg",
    "song": "Alright",
    "track_id": "947a5d0e-6fc5-492b-9d8a-d4edd13067f3",
    "recording_id": "b2295c23-25e3-4970-a581-2299829e7edf",
    "artist": "ShitKid",
    "artist_ids": [
        "067dfe5e-2b6b-443d-b92f-0c9af3ebc8d1"
    ],
    "album": "Fish",
    "release_id": "283a47fc-3635-4176-ae35-7d0ebce3a689",
    "release_group_id": "c6a0e6b7-fe7c-4c66-8323-c72a55ac8512",
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2017-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}