Information about plays

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

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

{
    "id": 3625464,
    "uri": "https://api.kexp.org/v2/plays/3625464/?format=api",
    "airdate": "2026-03-05T03:07:40-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "https://coverartarchive.org/release/81d608bc-f8d0-4991-8969-8c9b72e4b1cd/19774841771-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/81d608bc-f8d0-4991-8969-8c9b72e4b1cd/19774841771-250.jpg",
    "song": "Oh, Maker",
    "track_id": null,
    "recording_id": "da345b23-8371-4b12-8619-cf5adce1ac4a",
    "artist": "Janelle Monáe",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "The ArchAndroid",
    "release_id": null,
    "release_group_id": "7c5bb286-ac24-443c-81cc-4f5f6261c343",
    "labels": [
        "Wondaland"
    ],
    "label_ids": [
        "1f9af67b-0ca8-47c1-afcd-1b57ee0696c7"
    ],
    "release_date": "2010-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Janelle Monae's 2010 debut album, The ArchAndroid.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}