Information about plays

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

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

{
    "id": 3500674,
    "uri": "https://api.kexp.org/v2/plays/3500674/?format=api",
    "airdate": "2025-05-13T03:17:57-07:00",
    "show": 63447,
    "show_uri": "https://api.kexp.org/v2/shows/63447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born to Fight",
    "track_id": "b4ae7110-50bb-40ec-9e61-511a3e195f85",
    "recording_id": "bf932325-4365-422a-958f-28e9a90f06dc",
    "artist": "She/Beast",
    "artist_ids": [
        "f5526bf1-9210-4880-8d4d-4175e2dbb6ce"
    ],
    "album": "In The Depths of Misery",
    "release_id": "825b9490-e623-4880-839f-8b4d1140e083",
    "release_group_id": "858d5cdc-82b5-4fd0-b56c-b1a2e66fb78e",
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2020-12-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}