Information about plays

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

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

{
    "id": 3568346,
    "uri": "https://api.kexp.org/v2/plays/3568346/?format=api",
    "airdate": "2025-10-22T03:29:24-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://coverartarchive.org/release/a49c41e8-e981-43ba-8b7b-d580d4d4e9d4/35002368601-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a49c41e8-e981-43ba-8b7b-d580d4d4e9d4/35002368601-250.jpg",
    "song": "Ride The Metro",
    "track_id": null,
    "recording_id": "46fc932a-1a8c-4f5d-8062-fe29e176787a",
    "artist": "Art Object",
    "artist_ids": [
        "59863cb6-6eb5-4b6f-8345-62e4b53818c0"
    ],
    "album": "Subnormal Girls - DIY/Post Punk 1979-83 Vol. 1",
    "release_id": null,
    "release_group_id": "485f57bd-4b39-4190-b77f-1c7c8e2d96a0",
    "labels": [
        "Waiting Room Records"
    ],
    "label_ids": [
        "4cc45505-fbe5-4e2b-a805-5ff9bbb28a59"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "NW band from 1980",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}