Information about plays

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

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

{
    "id": 3546547,
    "uri": "https://api.kexp.org/v2/plays/3546547/?format=api",
    "airdate": "2025-08-30T02:59:53-07:00",
    "show": 64423,
    "show_uri": "https://api.kexp.org/v2/shows/64423/?format=api",
    "image_uri": "https://coverartarchive.org/release/81cc061b-0343-44fc-b238-80cc4984cf5e/36374444155-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/81cc061b-0343-44fc-b238-80cc4984cf5e/36374444155-250.jpg",
    "song": "Control Yourself",
    "track_id": null,
    "recording_id": "14b3cce7-974f-49b9-b984-0501a9fa4f6c",
    "artist": "Manufacture",
    "artist_ids": [
        "91f27d24-c4a7-44f0-90d1-88b89a7a732a"
    ],
    "album": "Voice of World Control",
    "release_id": null,
    "release_group_id": "07ea1bf2-ce93-32f6-bf0d-0cc41666f83a",
    "labels": [
        "Nettwerk Europe"
    ],
    "label_ids": [
        "122b56a4-7840-4ef1-a365-677ceac0cb3a"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://manufactureband.bandcamp.com/album/the-voice-of-world-control",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}