Information about plays

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

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

{
    "id": 3572687,
    "uri": "https://api.kexp.org/v2/plays/3572687/?format=api",
    "airdate": "2025-11-01T18:06:25-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alien Girl",
    "track_id": null,
    "recording_id": "5104a08f-14e5-4a3a-9dda-5f6dcbd00220",
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "NVM",
    "release_id": null,
    "release_group_id": "75b639bc-fb8a-4000-9438-6a6ee28a7f00",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2014-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Have you seen Tacocat's live sessions in the KEXP studio? If not, have fun exploring these!\nhttps://www.youtube.com/c/kexp/search?query=Tacocat\n--\nYour donations help keep these live sessions going.\nhttps://kexp.org/donate/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}