Information about plays

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

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

{
    "id": 3614840,
    "uri": "https://api.kexp.org/v2/plays/3614840/?format=api",
    "airdate": "2026-02-08T11:19:51-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taxman",
    "track_id": null,
    "recording_id": "a363a5b7-9dfa-4bab-9072-ab50c39fad2f",
    "artist": "Little Junior Parker",
    "artist_ids": [
        "79bd0f86-95f0-4e2b-806f-7d78640cf683"
    ],
    "album": "Funny How Time Slips Away",
    "release_id": null,
    "release_group_id": "24d9a6de-8e95-4acc-8b60-1433b175c1a5",
    "labels": [
        "LaserLight Digital"
    ],
    "label_ids": [
        "0bef945e-5ab2-4276-8296-921b48d45ace"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Herman \"Junior\" Parker, also known as Little Junior Parker, was an American blues singer and harmonica player. This was sampled on Cyprus Hill's 'I Wanna Get High'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}