Information about plays

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

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

{
    "id": 3543519,
    "uri": "https://api.kexp.org/v2/plays/3543519/?format=api",
    "airdate": "2025-08-22T23:40:53-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e97e75b-a5da-4db4-a6f6-efaa23016d06/10367549506-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e97e75b-a5da-4db4-a6f6-efaa23016d06/10367549506-250.jpg",
    "song": "I Like",
    "track_id": null,
    "recording_id": "7266eaa7-3383-4d77-9e90-238321193e27",
    "artist": "Montell Jordan feat. Slick Rick",
    "artist_ids": [
        "cc1f4763-a306-4ae7-8ba7-331872199f9e",
        "486af4f0-a79b-468f-be73-527cd4caf6ea"
    ],
    "album": "The Nutty Professor Soundtrack",
    "release_id": null,
    "release_group_id": "54ae10db-312f-39f6-a75f-b16349a24e68",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1996-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}