Information about plays

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

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

{
    "id": 3500238,
    "uri": "https://api.kexp.org/v2/plays/3500238/?format=api",
    "airdate": "2025-05-12T02:01:07-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Us Two",
    "track_id": null,
    "recording_id": "f862dd25-8ccf-4b1c-b4ed-1e152e1a886b",
    "artist": "Trudy Pitts with Pat Martino",
    "artist_ids": [
        "bf8943af-c925-488c-85c2-a78acc3f756a",
        "8b8b7c42-8210-4267-bb93-4c2df5b2c438"
    ],
    "album": "These Blues of Mine",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}