Information about plays

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

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

{
    "id": 3546613,
    "uri": "https://api.kexp.org/v2/plays/3546613/?format=api",
    "airdate": "2025-08-30T06:36:46-07:00",
    "show": 64425,
    "show_uri": "https://api.kexp.org/v2/shows/64425/?format=api",
    "image_uri": "https://coverartarchive.org/release/58ce243d-825c-4316-a8f3-6f7c0bcc4473/40671476880-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58ce243d-825c-4316-a8f3-6f7c0bcc4473/40671476880-250.jpg",
    "song": "I hate your face",
    "track_id": null,
    "recording_id": "e66caa33-04f5-426c-ae34-0efb0c5c3121",
    "artist": "Alemeda",
    "artist_ids": [
        "787a4eb5-e9b7-4944-b503-57020255104d"
    ],
    "album": "I hate your face",
    "release_id": null,
    "release_group_id": "3e70dc28-bf78-42a9-af9d-7f7bbb55182c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}