Information about plays

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

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

{
    "id": 3521913,
    "uri": "https://api.kexp.org/v2/plays/3521913/?format=api",
    "airdate": "2025-07-03T02:19:06-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7b3dd91-2b6e-45c7-8594-22d9fbff4b3f/15606982003-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7b3dd91-2b6e-45c7-8594-22d9fbff4b3f/15606982003-250.jpg",
    "song": "Standing in Line",
    "track_id": null,
    "recording_id": "266472ec-0ff8-4b37-8ad8-07d3483829d0",
    "artist": "ESG",
    "artist_ids": [
        "b3465cab-9628-447c-9897-2d18abab89d3"
    ],
    "album": "ESG",
    "release_id": null,
    "release_group_id": "54739373-3f6a-4cff-ba65-d7a8f857916c",
    "labels": [
        "Moody Records"
    ],
    "label_ids": [
        "bd49dada-6636-4aa7-9f7f-2cbd0f13e402"
    ],
    "release_date": "1991-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}