Information about plays

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

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

{
    "id": 3583400,
    "uri": "https://api.kexp.org/v2/plays/3583400/?format=api",
    "airdate": "2025-11-26T22:05:51-08:00",
    "show": 65219,
    "show_uri": "https://api.kexp.org/v2/shows/65219/?format=api",
    "image_uri": "https://ia800307.us.archive.org/10/items/mbid-d9c58004-5c79-4ec5-bb45-e805545d2ec6/mbid-d9c58004-5c79-4ec5-bb45-e805545d2ec6-13606161818_thumb500.jpg",
    "thumbnail_uri": "https://ia800307.us.archive.org/10/items/mbid-d9c58004-5c79-4ec5-bb45-e805545d2ec6/mbid-d9c58004-5c79-4ec5-bb45-e805545d2ec6-13606161818_thumb250.jpg",
    "song": "Time Moves Slow",
    "track_id": "8cf27e4a-74d6-47a7-8f80-43b32898b8e3",
    "recording_id": "b90c9607-698d-4810-9085-da4cabca9bfc",
    "artist": "BADBADNOTGOOD feat. Samuel T. Herring",
    "artist_ids": [
        "9d5e9b8b-6cad-409b-9582-3415e8c7d907",
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f"
    ],
    "album": "IV",
    "release_id": "d9c58004-5c79-4ec5-bb45-e805545d2ec6",
    "release_group_id": "16297acb-896e-48e4-8390-f9ca95c4f0d9",
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toronto group BADBADNOTGOOD formed in 2010 while members were in a jazz program at Humber College.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}