Information about plays

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

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

{
    "id": 3640975,
    "uri": "https://api.kexp.org/v2/plays/3640975/?format=api",
    "airdate": "2026-04-11T23:26:51-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "American Youth",
    "track_id": null,
    "recording_id": "7ba36746-ba62-4963-804b-51f27cb76886",
    "artist": "Solger",
    "artist_ids": [
        "52492ce8-8160-4c7a-ba70-7498438ee290"
    ],
    "album": "Solger",
    "release_id": null,
    "release_group_id": "820f5c49-19a6-4e8b-82d9-17576838074f",
    "labels": [
        "Self"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "1st Seattle hardcore band, Paul Solger on guitar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}