Information about plays

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

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

{
    "id": 3555190,
    "uri": "https://api.kexp.org/v2/plays/3555190/?format=api",
    "airdate": "2025-09-19T22:51:57-07:00",
    "show": 64606,
    "show_uri": "https://api.kexp.org/v2/shows/64606/?format=api",
    "image_uri": "https://coverartarchive.org/release/8f84973b-a222-4003-8eb5-b0a082a706b1/39119192814-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8f84973b-a222-4003-8eb5-b0a082a706b1/39119192814-250.jpg",
    "song": "The Story",
    "track_id": null,
    "recording_id": "7bcf9932-4bb7-4312-89bb-2006a8bca365",
    "artist": "Semiratruth",
    "artist_ids": [
        "8fe45d75-d0f9-407e-bfd8-957bb92f3f0e"
    ],
    "album": "The Star of the Story",
    "release_id": null,
    "release_group_id": "efff7210-0cd8-4ff1-921b-8748b3118fca",
    "labels": [
        "MIRA"
    ],
    "label_ids": [
        "387cf615-7717-40d6-863b-72e04eee0413"
    ],
    "release_date": "2024-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}