Information about plays

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

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

{
    "id": 3571638,
    "uri": "https://api.kexp.org/v2/plays/3571638/?format=api",
    "airdate": "2025-10-30T02:09:36-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/2be7fe0c-e5af-4a37-8e7a-e9e590f6e457/8894350524-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2be7fe0c-e5af-4a37-8e7a-e9e590f6e457/8894350524-250.jpg",
    "song": "Skating Beats",
    "track_id": null,
    "recording_id": "dc59b074-6184-484e-a323-f047b67d59c6",
    "artist": "Edward",
    "artist_ids": [
        "449ad76e-1d61-46ea-8377-76ceaaae4dac"
    ],
    "album": "Into A Better Future",
    "release_id": null,
    "release_group_id": "6245bd7f-f71c-4d09-8897-4dd21c61d0fe",
    "labels": [
        "Giegling"
    ],
    "label_ids": [
        "9ba047d9-f0eb-4923-a6ba-20841a55ab48"
    ],
    "release_date": "2014-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://hardwax.com/71698/edward/into-a-better-future/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}