Information about plays

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

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

{
    "id": 3596548,
    "uri": "https://api.kexp.org/v2/plays/3596548/?format=api",
    "airdate": "2025-12-27T02:24:12-08:00",
    "show": 65483,
    "show_uri": "https://api.kexp.org/v2/shows/65483/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tehniska Musika",
    "track_id": null,
    "recording_id": null,
    "artist": "Noise Control",
    "artist_ids": [
        "f0d23c75-e680-4315-91f9-78c06e7f0adb"
    ],
    "album": "My Fight",
    "release_id": null,
    "release_group_id": "cd409853-4ac5-32d7-baae-60bad7feb53e",
    "labels": [
        "Infacted Recordings"
    ],
    "label_ids": [
        "8a5d1677-dee8-4dbe-b989-1bde496b684b"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://infactedrecordings.bandcamp.com/album/my-fight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}