Information about plays

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

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

{
    "id": 3546499,
    "uri": "https://api.kexp.org/v2/plays/3546499/?format=api",
    "airdate": "2025-08-30T00:05:36-07:00",
    "show": 64422,
    "show_uri": "https://api.kexp.org/v2/shows/64422/?format=api",
    "image_uri": "https://ia800208.us.archive.org/22/items/mbid-580710eb-8957-458f-ba79-a5ac1762c325/mbid-580710eb-8957-458f-ba79-a5ac1762c325-38334428413_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-580710eb-8957-458f-ba79-a5ac1762c325/mbid-580710eb-8957-458f-ba79-a5ac1762c325-38334428413_thumb250.jpg",
    "song": "Watch This",
    "track_id": "e76b1094-07a9-433e-85d6-4783f494d974",
    "recording_id": "3989c8a7-e8ee-4170-87c5-46bf148d3ff7",
    "artist": "Jarv Dee &Bad Colours feat. Gifted Gab",
    "artist_ids": [
        "cab67f5f-2d61-4f61-bd30-7d64e18c72e2",
        "b775cccf-c07a-4b1e-92ee-ee75dfaa18e2",
        "9896f201-6fd6-4e29-b392-4d3c0a8a489f"
    ],
    "album": "Watch This",
    "release_id": "580710eb-8957-458f-ba79-a5ac1762c325",
    "release_group_id": "465317ba-0377-4bcc-8b86-155b25d51a8d",
    "labels": [
        "MOOR COLOURS"
    ],
    "label_ids": [
        "23f65820-f9ea-4914-9b57-fdc7b1aaffc0"
    ],
    "release_date": "2024-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}