Information about plays

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

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

{
    "id": 3570709,
    "uri": "https://api.kexp.org/v2/plays/3570709/?format=api",
    "airdate": "2025-10-27T19:00:45-07:00",
    "show": 64951,
    "show_uri": "https://api.kexp.org/v2/shows/64951/?format=api",
    "image_uri": "https://coverartarchive.org/release/a7f2d1f0-c122-4ae5-a894-9e674b86d014/25693989937-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a7f2d1f0-c122-4ae5-a894-9e674b86d014/25693989937-250.jpg",
    "song": "Me Hiciste Brujería",
    "track_id": null,
    "recording_id": "9334a64d-2d18-4de4-86e3-f0a29e91b37d",
    "artist": "Sgt. Papers",
    "artist_ids": [
        "818fd746-9e8f-4c0f-8e96-bb9a7fc0984e"
    ],
    "album": "Me Hiciste Brujería",
    "release_id": null,
    "release_group_id": "3a3f427a-7b3e-40d9-9674-d708bd1d3fa6",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Empezamos con este temazooooo\n\nhttps://sgtpapers.bandcamp.com/album/me-hiciste-brujer-a",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}