Information about plays

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

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

{
    "id": 3550679,
    "uri": "https://api.kexp.org/v2/plays/3550679/?format=api",
    "airdate": "2025-09-09T02:17:17-07:00",
    "show": 64514,
    "show_uri": "https://api.kexp.org/v2/shows/64514/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6d8ed29-a977-4b54-81c4-fe8a32ee949b/29328471127-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6d8ed29-a977-4b54-81c4-fe8a32ee949b/29328471127-250.jpg",
    "song": "Bad Boyz",
    "track_id": null,
    "recording_id": "ea189af6-e134-4a2a-a5cd-f66b15e00a89",
    "artist": "Shyne feat. Barrington Levy",
    "artist_ids": [
        "b85791db-53bf-4847-ae63-75f279afd36e",
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "Shyne",
    "release_id": null,
    "release_group_id": "467f6f02-9041-34d9-ad28-4980eee8b821",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2000-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Legendary Barrington Levy feature right here\n\nhttps://www.youtube.com/watch?v=1BeTqapowAU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}