Information about plays

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

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

{
    "id": 3588544,
    "uri": "https://api.kexp.org/v2/plays/3588544/?format=api",
    "airdate": "2025-12-08T15:30:50-08:00",
    "show": 65324,
    "show_uri": "https://api.kexp.org/v2/shows/65324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "red the sunrise",
    "track_id": "3f0e4bba-dfef-41d2-b5a8-32e4f5368c87",
    "recording_id": "e950b489-1169-4157-ab89-a49677a696a1",
    "artist": "Purity Ring",
    "artist_ids": [
        "fdb53441-e5e6-4657-9aad-8dab672e1cdc"
    ],
    "album": "purity ring",
    "release_id": "ba1d2309-bc9a-4e9a-b4e0-e99af83c538b",
    "release_group_id": "37c89eb1-977c-4d79-948e-62ecd9866062",
    "labels": [
        "The Fellowship"
    ],
    "label_ids": [
        "424b675d-40fa-4c61-9edd-0c70654cbb62"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Purity Ring performing live in the KEXP studio back in June, 2015.\n\nhttps://www.youtube.com/watch?v=GFNXcFCN-EU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}