Information about plays

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

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

{
    "id": 3574504,
    "uri": "https://api.kexp.org/v2/plays/3574504/?format=api",
    "airdate": "2025-11-06T00:00:23-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/2838f30e-725d-41fc-9ee6-5290d303d60f/23414820156-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2838f30e-725d-41fc-9ee6-5290d303d60f/23414820156-250.jpg",
    "song": "Run Down",
    "track_id": null,
    "recording_id": "40a4ecec-afaa-4ba8-a4d1-ae72da0c0fa1",
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "Eternally Yours",
    "release_id": null,
    "release_group_id": "c0069416-d369-3453-b3b7-00774b9e698b",
    "labels": [
        "EMI Music Australia"
    ],
    "label_ids": [
        "782f5891-6952-4960-9664-3d08a07dfdb2"
    ],
    "release_date": "1978-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}