Information about plays

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

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

{
    "id": 3418378,
    "uri": "https://api.kexp.org/v2/plays/3418378/?format=api",
    "airdate": "2024-10-28T11:29:23-07:00",
    "show": 61698,
    "show_uri": "https://api.kexp.org/v2/shows/61698/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Warplane",
    "track_id": "78908924-0045-4967-935e-48b03718d659",
    "recording_id": "2f2fee77-81b4-4291-9629-0f440f1971c7",
    "artist": "Heartworms",
    "artist_ids": [
        "be045651-fddf-4a05-9c5f-4384b389f73a"
    ],
    "album": "Glutton for Punishment",
    "release_id": "9c86d024-a689-4143-8d93-9324601b3044",
    "release_group_id": "6ba162e2-e362-4e6a-b4e4-87aed8508e46",
    "labels": [
        "[PIAS]",
        "Speedy Wunderground"
    ],
    "label_ids": [
        "da314fb6-6f98-4ac6-8ef1-890fc5ddf4e0",
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a"
    ],
    "release_date": "2025-02-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new track from Heatworms! Catch the official video here:\nhttps://www.youtube.com/watch?v=pFmc1vqCyGQ.\n\nhttps://www.iamheartworms.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}