Information about plays

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

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

{
    "id": 3626479,
    "uri": "https://api.kexp.org/v2/plays/3626479/?format=api",
    "airdate": "2026-03-07T19:06:12-08:00",
    "show": 66121,
    "show_uri": "https://api.kexp.org/v2/shows/66121/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Portland",
    "track_id": null,
    "recording_id": "4acdb156-8dc2-42e5-97c3-739df3f405eb",
    "artist": "Glitterfox",
    "artist_ids": [
        "f99d5774-7955-448f-829f-727332151caa"
    ],
    "album": "Highway Forever",
    "release_id": null,
    "release_group_id": "76a01985-2137-4af1-ab32-d5c7697a662e",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2025-03-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the music video for \"Portland\":\n\nhttps://www.youtube.com/watch?v=QNUVlS9yPDg",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}