Information about plays

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

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

{
    "id": 3500225,
    "uri": "https://api.kexp.org/v2/plays/3500225/?format=api",
    "airdate": "2025-05-12T01:07:08-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/bb237bd3-e3e3-4937-8a88-7ad4e5a2224d/35589657725-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bb237bd3-e3e3-4937-8a88-7ad4e5a2224d/35589657725-250.jpg",
    "song": "black joy",
    "track_id": null,
    "recording_id": "1dd9422b-fbf2-4c9e-ac4e-648ebbc85e7d",
    "artist": "aja monet",
    "artist_ids": [
        "c1d14ed4-9a04-43e1-bc7b-f16471768f42"
    ],
    "album": "when the poems do what they do",
    "release_id": null,
    "release_group_id": "5de77122-ba62-4bff-ad31-f3b74928e457",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2023-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}