Information about plays

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

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

{
    "id": 3602568,
    "uri": "https://api.kexp.org/v2/plays/3602568/?format=api",
    "airdate": "2026-01-10T06:46:00-08:00",
    "show": 65611,
    "show_uri": "https://api.kexp.org/v2/shows/65611/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "California",
    "track_id": null,
    "recording_id": "357d3612-93ec-4c4f-a68b-f4b6062b486b",
    "artist": "CHVRCHES",
    "artist_ids": [
        "6a93afbb-257f-4166-b389-9f2a1e5c5df8"
    ],
    "album": "Screen Violence",
    "release_id": null,
    "release_group_id": "3c6bde65-dacd-4eb7-96e8-2db869b61b99",
    "labels": [
        "Beat Records"
    ],
    "label_ids": [
        "ea424c04-1edd-4ce4-8b3b-8181571ccaa3"
    ],
    "release_date": "2021-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}