Information about plays

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

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

{
    "id": 3519811,
    "uri": "https://api.kexp.org/v2/plays/3519811/?format=api",
    "airdate": "2025-06-28T05:20:10-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-ef37488a-bb6f-4415-9c0b-6775f34782db/mbid-ef37488a-bb6f-4415-9c0b-6775f34782db-30175814489_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-ef37488a-bb6f-4415-9c0b-6775f34782db/mbid-ef37488a-bb6f-4415-9c0b-6775f34782db-30175814489_thumb250.jpg",
    "song": "Sunshine",
    "track_id": "7ed2f62e-b6c8-4aa9-9d4e-4758c2532fb9",
    "recording_id": "deaa0007-51fc-42ec-9d1f-e7c674e81d9c",
    "artist": "Cleo Sol",
    "artist_ids": [
        "37e87694-b263-4ff4-839f-463f78cfef54"
    ],
    "album": "Mother",
    "release_id": "ef37488a-bb6f-4415-9c0b-6775f34782db",
    "release_group_id": "951451ec-f5bf-4c2c-8bf4-f6bd7f1dc9ed",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2021-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}