Information about plays

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

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

{
    "id": 3605734,
    "uri": "https://api.kexp.org/v2/plays/3605734/?format=api",
    "airdate": "2026-01-17T22:20:26-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fade Away",
    "track_id": null,
    "recording_id": "23ac87a8-a558-4d35-8661-53f0b0b5c614",
    "artist": "Pegboy",
    "artist_ids": [
        "13e78eec-9ee4-47f2-a50e-2a9f519cb6e2"
    ],
    "album": "Three Chord Monte",
    "release_id": null,
    "release_group_id": "22dc9d48-2dce-31f4-adc3-56918abf9acf",
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Chris in NYC\n\nhttps://first-avenue.com/performer/pegboy/\nhttps://www.facebook.com/p/PEGBOY-100039728634665/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}