Information about plays

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

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

{
    "id": 3459127,
    "uri": "https://api.kexp.org/v2/plays/3459127/?format=api",
    "airdate": "2025-02-02T14:50:24-08:00",
    "show": 62550,
    "show_uri": "https://api.kexp.org/v2/shows/62550/?format=api",
    "image_uri": "https://ia800603.us.archive.org/6/items/mbid-bc8caa3d-7479-445f-b2a2-057a51ec1319/mbid-bc8caa3d-7479-445f-b2a2-057a51ec1319-40688479881_thumb500.jpg",
    "thumbnail_uri": "https://ia600603.us.archive.org/6/items/mbid-bc8caa3d-7479-445f-b2a2-057a51ec1319/mbid-bc8caa3d-7479-445f-b2a2-057a51ec1319-40688479881_thumb250.jpg",
    "song": "Problems",
    "track_id": "0e9c9b3f-d031-43dd-80f4-8583a68d44a8",
    "recording_id": "07c60015-372c-452b-97d7-84ab16f6622b",
    "artist": "Skiifall",
    "artist_ids": [
        "4bb06ced-7901-4acb-be8a-0a09fa8d6876"
    ],
    "album": "Problems",
    "release_id": "bc8caa3d-7479-445f-b2a2-057a51ec1319",
    "release_group_id": "daf579c1-cf39-4b3e-8380-be6a1a569904",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the album \"Lovers Till I'm Gone\", released in January.\n\nhttps://www.youtube.com/playlist?list=OLAK5uy_nzvmAsUu3cx0K2x3rwy2g_ThWgekUisoA\n\nIG: @skiifalls",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}