Information about plays

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

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

{
    "id": 3539348,
    "uri": "https://api.kexp.org/v2/plays/3539348/?format=api",
    "airdate": "2025-08-12T22:54:10-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oakland Baby",
    "track_id": null,
    "recording_id": null,
    "artist": "Isaiah Falls, Karri",
    "artist_ids": [
        "11483ffe-6366-44ce-adb5-2fc142a7fdf9",
        "869df960-03ff-4663-907c-ec3a9a5f32cb"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American singer-songwriter Karri is an R&B and contemporary R&B artist from San Francisco. \n\nhttps://www.youtube.com/watch?v=L2mGg3CK16A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}