Information about plays

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

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

{
    "id": 3544077,
    "uri": "https://api.kexp.org/v2/plays/3544077/?format=api",
    "airdate": "2025-08-24T05:04:04-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://ia802800.us.archive.org/32/items/mbid-56f8a84a-3e7d-403e-982d-04bd54e96b26/mbid-56f8a84a-3e7d-403e-982d-04bd54e96b26-20757921208_thumb500.jpg",
    "thumbnail_uri": "https://ia802800.us.archive.org/32/items/mbid-56f8a84a-3e7d-403e-982d-04bd54e96b26/mbid-56f8a84a-3e7d-403e-982d-04bd54e96b26-20757921208_thumb250.jpg",
    "song": "Charcoal Baby",
    "track_id": "ec62bb51-0cc4-4f5c-b32d-c2fd0f45497c",
    "recording_id": "0864322e-1a7f-40a0-9282-4474475cf354",
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Negro Swan",
    "release_id": "56f8a84a-3e7d-403e-982d-04bd54e96b26",
    "release_group_id": "a1ee0d2c-2c29-43d0-836f-53a26ff422dc",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2018-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}