Information about plays

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

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

{
    "id": 3549432,
    "uri": "https://api.kexp.org/v2/plays/3549432/?format=api",
    "airdate": "2025-09-06T00:32:13-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c8a9fe1-4900-40ce-b45d-c596ee71e967/25962741921-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c8a9fe1-4900-40ce-b45d-c596ee71e967/25962741921-250.jpg",
    "song": "Find You (New Jerusalem)",
    "track_id": null,
    "recording_id": "958aad8d-66ac-4732-8f9e-1e4fcaad6e56",
    "artist": "Peter CottonTale",
    "artist_ids": [
        "94223d29-2a1a-452c-81dc-62d21acf2f8a"
    ],
    "album": "CATCH",
    "release_id": null,
    "release_group_id": "e1756c46-617b-44ba-9642-5a0ac5e58555",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}