Information about plays

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

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

{
    "id": 3614926,
    "uri": "https://api.kexp.org/v2/plays/3614926/?format=api",
    "airdate": "2026-02-08T16:38:16-08:00",
    "show": 65880,
    "show_uri": "https://api.kexp.org/v2/shows/65880/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5f37363-87f2-4e6c-90e6-3e7ea7a75a28/17213440528-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5f37363-87f2-4e6c-90e6-3e7ea7a75a28/17213440528-250.jpg",
    "song": "House of Jealous Lovers",
    "track_id": null,
    "recording_id": "123cf830-2006-40b8-85ce-95c624418a37",
    "artist": "The Rapture",
    "artist_ids": [
        "3697647f-1839-479e-98a1-9ad39004d923"
    ],
    "album": "Echoes",
    "release_id": null,
    "release_group_id": "4cf3ffd2-3ede-36fa-b519-c6786ca98705",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2003-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is produced by LCD Soundsystem frontman James Murphy.\n\nhttps://therapturemusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}