Information about plays

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

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

{
    "id": 3500514,
    "uri": "https://api.kexp.org/v2/plays/3500514/?format=api",
    "airdate": "2025-05-12T18:45:40-07:00",
    "show": 63444,
    "show_uri": "https://api.kexp.org/v2/shows/63444/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b3b7e99-c9db-42ee-9446-030d268bc159/41860047663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b3b7e99-c9db-42ee-9446-030d268bc159/41860047663-250.jpg",
    "song": "Rodeo (Kid Fonque refix)",
    "track_id": null,
    "recording_id": "7b3a40d1-9106-452d-9806-167fb9c08585",
    "artist": "RAH & The Ruffcats",
    "artist_ids": [
        "34ea6802-4812-4a3e-a097-59e4ce92b1fc",
        "842dbad0-d962-4e7a-8678-d120016132c7"
    ],
    "album": "Orile to Berlin (Remixes)",
    "release_id": null,
    "release_group_id": "b2006317-5529-4984-a4f3-0d337e06fbf2",
    "labels": [
        "Sonar Kollektiv"
    ],
    "label_ids": [
        "f5ef964f-a023-4a41-97eb-a7de440587ab"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}