Information about plays

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

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

{
    "id": 3522776,
    "uri": "https://api.kexp.org/v2/plays/3522776/?format=api",
    "airdate": "2025-07-05T00:40:36-07:00",
    "show": 63921,
    "show_uri": "https://api.kexp.org/v2/shows/63921/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1c56586-f345-4950-b1c1-ff921814663b/38599070022-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1c56586-f345-4950-b1c1-ff921814663b/38599070022-250.jpg",
    "song": "Define My Name",
    "track_id": null,
    "recording_id": "cd53bc7f-f40d-4ee0-9a61-113f7aeb2337",
    "artist": "Nas & DJ Premier",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823",
        "084e06f5-3c82-4b71-bd94-dd69e7bd515e"
    ],
    "album": "Define My Name",
    "release_id": null,
    "release_group_id": "ed253382-987a-4efc-b1b8-7f8db10352c0",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}