Information about plays

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

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

{
    "id": 3416194,
    "uri": "https://api.kexp.org/v2/plays/3416194/?format=api",
    "airdate": "2024-10-23T05:53:03-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Isolation",
    "track_id": "b62a6ab7-d917-3855-99ad-6e9a08fcf081",
    "recording_id": "7c6a3788-f77b-444e-9674-0a6be36632d7",
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Blah‐Blah‐Blah",
    "release_id": "ea543e6e-cef5-4620-9e84-82238eb4d4e7",
    "release_group_id": "ce94516f-2766-3ab3-9c40-094c3cb5eadb",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1986-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ALBUM-versary! Iggy Pop releases \"Blah-Blah-Blah\" featuring \"Isolation\" on this day in 1986. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}