Information about plays

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

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

{
    "id": 3500503,
    "uri": "https://api.kexp.org/v2/plays/3500503/?format=api",
    "airdate": "2025-05-12T17:54:25-07:00",
    "show": 63444,
    "show_uri": "https://api.kexp.org/v2/shows/63444/?format=api",
    "image_uri": "https://coverartarchive.org/release/3161d0d7-00e4-4b6b-8d9b-3a72e7b8745d/41841416377-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3161d0d7-00e4-4b6b-8d9b-3a72e7b8745d/41841416377-250.jpg",
    "song": "I Made It (A Justin Strauss Production)",
    "track_id": null,
    "recording_id": "2e9c99fa-c39e-4735-968f-e12a840216d3",
    "artist": "Annie & The Caldwells",
    "artist_ids": [
        "6cd7e438-601e-4f6b-bd2a-7729c99e934d"
    ],
    "album": "I Was Living In a World of Sin (Mixes - Part I)",
    "release_id": null,
    "release_group_id": "2a1e77b2-cc84-4073-a8c7-11556cc5e55d",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2025-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}