Information about plays

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

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

{
    "id": 3439029,
    "uri": "https://api.kexp.org/v2/plays/3439029/?format=api",
    "airdate": "2024-12-17T00:00:59-08:00",
    "show": 62130,
    "show_uri": "https://api.kexp.org/v2/shows/62130/?format=api",
    "image_uri": "https://coverartarchive.org/release/675ef179-0676-4f89-9946-a4bbf48630a5/34049547839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/675ef179-0676-4f89-9946-a4bbf48630a5/34049547839-250.jpg",
    "song": "Touchless Tones",
    "track_id": null,
    "recording_id": null,
    "artist": "Seefeel",
    "artist_ids": [
        "8ffcd7d7-6293-4fbf-b0f6-46aef9ce9f69"
    ],
    "album": "Squared Roots",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Extra recordings from Seefeel's 2024 LP Everything Squared - https://seefeel.bandcamp.com/album/squared-roots",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}