Information about plays

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

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

{
    "id": 3569906,
    "uri": "https://api.kexp.org/v2/plays/3569906/?format=api",
    "airdate": "2025-10-25T19:40:52-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3c163d6-a229-49bf-a3b7-55a1efc5e088/18073837186-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d3c163d6-a229-49bf-a3b7-55a1efc5e088/18073837186-250.jpg",
    "song": "Don't Look Back in Anger - Oasis Cover",
    "track_id": null,
    "recording_id": "2218a9e2-6459-4439-bc0a-2cfad8d28755",
    "artist": "Portugal. The Man",
    "artist_ids": [
        "3599a39e-4e10-4cb5-90d4-c8a015ebc73b"
    ],
    "album": "Lord's of Portland",
    "release_id": null,
    "release_group_id": "34f4f6ca-22cf-44c9-9095-def4f8bdd2a8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-08-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portugal. The Man covering Oasis' \"Don't Look Back in Anger!\"\n\nWatch the band play a stripped-down version of the song in 2017:\n\nhttps://www.youtube.com/watch?v=hH52tE1TcsI",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}