Information about plays

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

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

{
    "id": 3550491,
    "uri": "https://api.kexp.org/v2/plays/3550491/?format=api",
    "airdate": "2025-09-08T15:10:12-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia600102.us.archive.org/0/items/mbid-c3eb52e3-7f3e-43bb-9fa2-55c0abb50b57/mbid-c3eb52e3-7f3e-43bb-9fa2-55c0abb50b57-36243749978_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-c3eb52e3-7f3e-43bb-9fa2-55c0abb50b57/mbid-c3eb52e3-7f3e-43bb-9fa2-55c0abb50b57-36243749978_thumb250.jpg",
    "song": "Magic Wand",
    "track_id": "4f545f1a-2a92-4eb5-b2b5-597d1673ab20",
    "recording_id": "05436b03-54d7-4ef6-a44c-86830d515e1a",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "For That Beautiful Feeling",
    "release_id": "c3eb52e3-7f3e-43bb-9fa2-55c0abb50b57",
    "release_group_id": "0eb13d65-b2a3-4b1b-9a2e-da61d6ba55e5",
    "labels": [
        "EMI Records"
    ],
    "label_ids": [
        "246a4d5c-3c88-4b8c-b0d5-86e2ee8f7079"
    ],
    "release_date": "2023-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the tenth album from the Chemical Brothers released on this day in 2023.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}