Information about plays

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

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

{
    "id": 3602412,
    "uri": "https://api.kexp.org/v2/plays/3602412/?format=api",
    "airdate": "2026-01-09T22:17:36-08:00",
    "show": 65608,
    "show_uri": "https://api.kexp.org/v2/shows/65608/?format=api",
    "image_uri": "https://coverartarchive.org/release/d9e7d079-84ce-428d-8a88-228207f3cbcb/23422398960-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d9e7d079-84ce-428d-8a88-228207f3cbcb/23422398960-250.jpg",
    "song": "Crime Pays",
    "track_id": null,
    "recording_id": "3252c2c9-ab1f-48f8-8992-91bf2e302614",
    "artist": "Freddie Gibbs & Madlib",
    "artist_ids": [
        "21645c31-fe1c-45a4-955c-3e172b12c3f9",
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8"
    ],
    "album": "Bandana",
    "release_id": null,
    "release_group_id": "148c7725-95f1-424c-bee8-84d5f1d24c49",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2019-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=u8R7fmLYgi4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}