Information about plays

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

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

{
    "id": 3580322,
    "uri": "https://api.kexp.org/v2/plays/3580322/?format=api",
    "airdate": "2025-11-19T17:55:45-08:00",
    "show": 65155,
    "show_uri": "https://api.kexp.org/v2/shows/65155/?format=api",
    "image_uri": "https://ia800108.us.archive.org/23/items/mbid-a87bd426-f9f9-4603-a482-16da692ad080/mbid-a87bd426-f9f9-4603-a482-16da692ad080-23148620346_thumb500.jpg",
    "thumbnail_uri": "https://ia800108.us.archive.org/23/items/mbid-a87bd426-f9f9-4603-a482-16da692ad080/mbid-a87bd426-f9f9-4603-a482-16da692ad080-23148620346_thumb250.jpg",
    "song": "Measure",
    "track_id": "d04929c1-f287-342c-a0b1-5da4d445027c",
    "recording_id": "982f5bb3-0f67-470d-beaa-e010ad3a3fcc",
    "artist": "Field Music",
    "artist_ids": [
        "a9ae7a19-be18-4737-8eb1-af560eb177de"
    ],
    "album": "Field Music (Measure)",
    "release_id": "d12e10c2-0ba2-4ec0-a76b-b4e29d0e524f",
    "release_group_id": "56aa2985-a206-4111-af39-96e36630bd57",
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2010-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Field Music are two brothers based in the UK.   This is the duo's third LP; it officially shares the same name as their debut (Field Music) but both fans and the band have taken to calling it \"Measure\" to distinguish the two.\n\nhttps://fieldmusic.bandcamp.com/album/field-music-measure",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}