Information about plays

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

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

{
    "id": 3618123,
    "uri": "https://api.kexp.org/v2/plays/3618123/?format=api",
    "airdate": "2026-02-16T03:10:21-08:00",
    "show": 65947,
    "show_uri": "https://api.kexp.org/v2/shows/65947/?format=api",
    "image_uri": "https://coverartarchive.org/release/0211a6e6-c835-4dec-bad0-320680215159/10641205162-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0211a6e6-c835-4dec-bad0-320680215159/10641205162-250.jpg",
    "song": "Synthetic World",
    "track_id": null,
    "recording_id": "465db911-ad1b-404f-b322-f260f751bee7",
    "artist": "Snoop Dogg",
    "artist_ids": [
        "f90e8b26-9e52-4669-a5c9-e28529c47894"
    ],
    "album": "Total Destruction to Your Mind",
    "release_id": null,
    "release_group_id": "5214c1ce-e030-4624-940f-528eb15bd7b1",
    "labels": [
        "Canyon Records"
    ],
    "label_ids": [
        "10d4bde0-4213-4169-8ff1-7aea64dea8de"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}