Information about plays

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

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

{
    "id": 3590312,
    "uri": "https://api.kexp.org/v2/plays/3590312/?format=api",
    "airdate": "2025-12-12T22:09:41-08:00",
    "show": 65361,
    "show_uri": "https://api.kexp.org/v2/shows/65361/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d1898ac-b574-4770-b1f5-9052c5a052fd/38946213563-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d1898ac-b574-4770-b1f5-9052c5a052fd/38946213563-250.jpg",
    "song": "#71 (Again and again)",
    "track_id": null,
    "recording_id": "e701e66a-c668-4a07-aaeb-c4927e7c2c7a",
    "artist": "Anysia Kym",
    "artist_ids": [
        "4348114f-0b24-4ed6-b4c3-8cbb43e22cf3"
    ],
    "album": "Truest",
    "release_id": null,
    "release_group_id": "a9b87dfb-8e18-4d73-8e16-1614a042d806",
    "labels": [
        "10k"
    ],
    "label_ids": [
        "4321b3d3-0023-4c6c-899c-2787ee02a407"
    ],
    "release_date": "2024-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}