Information about plays

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

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

{
    "id": 3544062,
    "uri": "https://api.kexp.org/v2/plays/3544062/?format=api",
    "airdate": "2025-08-24T04:16:25-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://ia903209.us.archive.org/8/items/mbid-e392e9bb-4b8c-4d94-ad1d-1673f82ce46a/mbid-e392e9bb-4b8c-4d94-ad1d-1673f82ce46a-30548188812_thumb500.jpg",
    "thumbnail_uri": "https://ia803209.us.archive.org/8/items/mbid-e392e9bb-4b8c-4d94-ad1d-1673f82ce46a/mbid-e392e9bb-4b8c-4d94-ad1d-1673f82ce46a-30548188812_thumb250.jpg",
    "song": "Stay High",
    "track_id": "1cd491f0-c4ec-4d03-98cc-50ea062cc8df",
    "recording_id": "ded2f8a0-5b16-41f2-98e4-dac2e427225a",
    "artist": "Brittany Howard",
    "artist_ids": [
        "03eda2c4-a2b3-4a4e-9527-6791b0ed9d2d"
    ],
    "album": "Jaime",
    "release_id": "e392e9bb-4b8c-4d94-ad1d-1673f82ce46a",
    "release_group_id": "4577df3e-7447-43d2-a426-8ab74be0951f",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}