Information about plays

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

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

{
    "id": 3602407,
    "uri": "https://api.kexp.org/v2/plays/3602407/?format=api",
    "airdate": "2026-01-09T22:00:51-08:00",
    "show": 65608,
    "show_uri": "https://api.kexp.org/v2/shows/65608/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gotta Know",
    "track_id": null,
    "recording_id": "c12fcba5-dadd-41c5-937d-938733325fa5",
    "artist": "Kari Faux feat. Jerry Paper",
    "artist_ids": [
        "6a900ac1-3464-49ab-adf6-26b0d131460b",
        "b5d177c8-a3bf-47ab-8e66-aae394b380cc"
    ],
    "album": "Primary",
    "release_id": null,
    "release_group_id": "69cf4d1f-89d4-43f7-a755-f7b1715fe74f",
    "labels": [
        "Subjective Records"
    ],
    "label_ids": [
        "956b2514-f834-49a1-aa68-8e31b5c0b8b9"
    ],
    "release_date": "2017-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}