Information about plays

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

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

{
    "id": 3422298,
    "uri": "https://api.kexp.org/v2/plays/3422298/?format=api",
    "airdate": "2024-11-07T01:00:42-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia804508.us.archive.org/20/items/mbid-add3d617-5e57-4707-9f32-8f3957348dee/mbid-add3d617-5e57-4707-9f32-8f3957348dee-30021131231_thumb500.jpg",
    "thumbnail_uri": "https://ia804508.us.archive.org/20/items/mbid-add3d617-5e57-4707-9f32-8f3957348dee/mbid-add3d617-5e57-4707-9f32-8f3957348dee-30021131231_thumb250.jpg",
    "song": "Stand Up and B Strong",
    "track_id": "dc0cd8d0-d950-4d05-8ad6-e6f5dfb1c403",
    "recording_id": "dd06c6d9-1368-4388-a37e-7e96b893e137",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Welcome 2 America",
    "release_id": "6490e180-524d-4462-95fa-43157e3a380a",
    "release_group_id": "a9baa40c-bc9c-4384-aef4-dd24a1fd0a65",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2021-07-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the tenth posthumous Prince album, a cover of the Soul Asylum song \"Stand Up And Be Strong\". 'Welcome 2 America', is the first full previously-unreleased studio album of Prince material.\n\nhttps://www.princevault.com/index.php?title=Stand_Up_And_B_Strong",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}