Information about plays

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

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

{
    "id": 3555694,
    "uri": "https://api.kexp.org/v2/plays/3555694/?format=api",
    "airdate": "2025-09-21T00:15:30-07:00",
    "show": 64619,
    "show_uri": "https://api.kexp.org/v2/shows/64619/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8829fe8-1bbf-4f0d-b286-76573962a3c3/17664709593-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8829fe8-1bbf-4f0d-b286-76573962a3c3/17664709593-250.jpg",
    "song": "R.I.P.",
    "track_id": null,
    "recording_id": "e604dd20-a014-45cf-8d8e-863185305023",
    "artist": "Coroner",
    "artist_ids": [
        "509dc5b1-f264-43f3-9035-473e7020e77f"
    ],
    "album": "R.I.P.",
    "release_id": null,
    "release_group_id": "a4909431-2941-31f0-b9f3-c9cb28e26c71",
    "labels": [
        "Noise International"
    ],
    "label_ids": [
        "6bbc25c4-f139-4776-88af-8d666db944dd"
    ],
    "release_date": "1987-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zurich, Switzerland. Check out their newest album: https://coronerofficial.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}