Information about plays

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

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

{
    "id": 3538506,
    "uri": "https://api.kexp.org/v2/plays/3538506/?format=api",
    "airdate": "2025-08-10T20:45:26-07:00",
    "show": 64255,
    "show_uri": "https://api.kexp.org/v2/shows/64255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Assim Nao Da",
    "track_id": null,
    "recording_id": "488233c7-c0dc-4fb6-964a-50667deb7d3f",
    "artist": "Ed Lincoln",
    "artist_ids": [
        "24dd21d8-c64d-4822-86cd-d6fe54c548ae"
    ],
    "album": "Brazilian Funk Mode",
    "release_id": null,
    "release_group_id": "44a5611f-979d-3e1f-955e-916e6d5ca802",
    "labels": [],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ed Lincoln's \"Assim Nao Da\" was released in 1968.\n\nEd Lincoln was a Brazilian musician, composer and arranger known for a wide variety of styles. As a bassist, he was present at the earliest moments of bossa nova and as a Hammond organ player, he was foundational in establishing the sound of Brazilian jazz and space age pop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}