Information about plays

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

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

{
    "id": 3520264,
    "uri": "https://api.kexp.org/v2/plays/3520264/?format=api",
    "airdate": "2025-06-29T04:50:27-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0b8029e-1662-438c-a8b7-92ecefadb477/41765419573-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0b8029e-1662-438c-a8b7-92ecefadb477/41765419573-250.jpg",
    "song": "Jump Scare",
    "track_id": null,
    "recording_id": "585a4606-8301-46f4-a213-ee86aaa66b72",
    "artist": "Touchdown Jesus",
    "artist_ids": [
        "70bfd498-8381-4cf9-bbd7-e9562fa5665d"
    ],
    "album": "It's All Feast or Famine",
    "release_id": null,
    "release_group_id": "b22530a9-cba4-40e4-8f39-528790d1d601",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great new EP from this Ohio band: \nhttps://touchdownjesus.bandcamp.com/album/it-s-all-feast-or-famine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}