Information about plays

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

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

{
    "id": 3591460,
    "uri": "https://api.kexp.org/v2/plays/3591460/?format=api",
    "airdate": "2025-12-15T14:09:26-08:00",
    "show": 65387,
    "show_uri": "https://api.kexp.org/v2/shows/65387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Need Ur Luv",
    "track_id": "5970dc73-5740-48ef-9006-b6ea1f253d8f",
    "recording_id": "1db33ec7-77e6-4d37-80f4-7e0ea962f96e",
    "artist": "Charli XCX",
    "artist_ids": [
        "260b6184-8828-48eb-945c-bc4cb6fc34ca"
    ],
    "album": "Sucker",
    "release_id": "5e3441f1-3ae9-4ba6-99d4-ea1bc972ce6d",
    "release_group_id": "05a6e326-1e03-4b4d-a19a-84790fdadb7f",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2014-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2014, \"Need Ur Luv\" is a surprisingly sweet, Motown-inspired pop song that closed the punk-infused record beautifully. Check out the rest of the album:\n\nhttps://www.discogs.com/master/771053-Charli-XCX-Sucker?srsltid=AfmBOooEJH7iv6yQOmTCj1vXCDoQTSA5koic9KB2ler0H5g8chRl3pz1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}