Information about plays

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

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

{
    "id": 3577185,
    "uri": "https://api.kexp.org/v2/plays/3577185/?format=api",
    "airdate": "2025-11-12T10:04:30-08:00",
    "show": 65089,
    "show_uri": "https://api.kexp.org/v2/shows/65089/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk On",
    "track_id": "0ee79972-6966-39bf-b783-fa84c90c6be1",
    "recording_id": "0a5b9fa5-9d25-45a1-9c73-a55b7813ff03",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "On the Beach",
    "release_id": "1d64b817-6c71-39d9-a511-88a46c02338d",
    "release_group_id": "f4174531-b783-3786-b75f-4fe61a8f6333",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2003-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is Neil Young's birthday! Happy 80th birthday Neil Young!\n\nhttps://neilyoung.warnerrecords.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}