Information about plays

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

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

{
    "id": 3572579,
    "uri": "https://api.kexp.org/v2/plays/3572579/?format=api",
    "airdate": "2025-11-01T12:00:19-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Girls",
    "track_id": "db50f901-98a1-446d-838e-1c3efb2296cc",
    "recording_id": "a4bd24da-f083-4462-836a-af73a4ae357e",
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "Matangi",
    "release_id": "88a01b41-c836-47dc-a71a-6bdc2651cd77",
    "release_group_id": "396aae18-d484-40d3-b0b6-8be631172888",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2013-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "M.I.A.'s album Matangi was released on this day in 2013.\n\nDon't miss the official video for \"Bad Girls\": https://www.youtube.com/watch?v=2uYs0gJD-LE\n--\nGo here to learn how the song was mixed, using Pro Tools: https://mixwiththemasters.com/videos/marcella-araica-m-i-a-bad-girls",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}