Information about plays

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

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

{
    "id": 3549849,
    "uri": "https://api.kexp.org/v2/plays/3549849/?format=api",
    "airdate": "2025-09-07T01:18:24-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/f96caea5-6509-3538-9d9e-18e73d03c126/41600672956-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f96caea5-6509-3538-9d9e-18e73d03c126/41600672956-250.jpg",
    "song": "Saturday Night Special",
    "track_id": null,
    "recording_id": "971a2c29-9217-4288-aeac-85c7e401b82c",
    "artist": "Armored Saint",
    "artist_ids": [
        "8ac580bd-5b33-4ee3-83df-8d406908e300"
    ],
    "album": "Raising Fear",
    "release_id": null,
    "release_group_id": "e8158030-e085-367f-96c5-eef3c0d296e1",
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lynyrd Skynyrd cover\n\nArmored Saint will be playing at the Great American Music Hall in SF on October 5th.\n\nhttps://www.armoredsaint.com/\nhttps://www.facebook.com/thearmoredsaint",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}