Information about plays

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

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

{
    "id": 3475792,
    "uri": "https://api.kexp.org/v2/plays/3475792/?format=api",
    "airdate": "2025-03-14T22:01:19-07:00",
    "show": 62909,
    "show_uri": "https://api.kexp.org/v2/shows/62909/?format=api",
    "image_uri": "https://coverartarchive.org/release/daa86b7d-755f-4983-a5a4-029f18e978f4/41381389730-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/daa86b7d-755f-4983-a5a4-029f18e978f4/41381389730-250.jpg",
    "song": "Proud Of Me",
    "track_id": null,
    "recording_id": "929df833-834f-4ae7-b051-19e1c2361616",
    "artist": "Fridayy & Meek Mill",
    "artist_ids": [
        "cb9c2a2b-96c2-44d7-bd31-04ef87572b57",
        "31bcadcc-e1da-4cad-bec8-2f4f1d41b095"
    ],
    "album": "Some Days I’m Good, Some Days I’m Not",
    "release_id": null,
    "release_group_id": "5c138928-2f49-443c-b872-1162876d662a",
    "labels": [
        "Def Jam PS"
    ],
    "label_ids": [
        "293c10eb-2fbe-4904-afea-07d136883500"
    ],
    "release_date": "2025-03-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}