Information about plays

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

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

{
    "id": 3570936,
    "uri": "https://api.kexp.org/v2/plays/3570936/?format=api",
    "airdate": "2025-10-28T08:01:03-07:00",
    "show": 64956,
    "show_uri": "https://api.kexp.org/v2/shows/64956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Follow Rivers",
    "track_id": "0a793af2-ec6e-4ee0-b206-5770a694d581",
    "recording_id": "ca205790-0bdb-49ea-b90d-b127ab72ac69",
    "artist": "Lykke Li",
    "artist_ids": [
        "cc7d4686-ea02-45fd-956e-94c1a322558c"
    ],
    "album": "Wounded Rhymes",
    "release_id": "4c837cd6-4e42-4805-83e6-c69cb0f70477",
    "release_group_id": "f9eab5ff-6eb5-4c4e-9136-afbbc491f7cb",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2011-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a 2011 interview, Swedish singer and songwriter Lykke Li stated: [‘I Follow Rivers’] is about desire. It’s about desire being a nature force that is pulling you in to situations, and when you almost have no voice..\" \n---\nBrrr! Watch the official video for this song: https://www.youtube.com/watch?v=vZYbEL06lEU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}