Information about plays

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

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

{
    "id": 3604900,
    "uri": "https://api.kexp.org/v2/plays/3604900/?format=api",
    "airdate": "2026-01-16T01:50:11-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lifecheck",
    "track_id": null,
    "recording_id": "88a88e33-6625-4828-9555-e5c8535ea580",
    "artist": "Mic Geronimo",
    "artist_ids": [
        "805832fc-ebc7-4273-962e-74137f9cb423"
    ],
    "album": "The Natural",
    "release_id": null,
    "release_group_id": "852950fe-02c6-38dd-8269-71f4b732bf0e",
    "labels": [
        "Blunt Recordings"
    ],
    "label_ids": [
        "bc873b9d-9767-4884-9690-5ad5defb7056"
    ],
    "release_date": "1995-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}