Information about plays

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

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

{
    "id": 3418932,
    "uri": "https://api.kexp.org/v2/plays/3418932/?format=api",
    "airdate": "2024-10-29T17:07:02-07:00",
    "show": 61710,
    "show_uri": "https://api.kexp.org/v2/shows/61710/?format=api",
    "image_uri": "https://ia601800.us.archive.org/28/items/mbid-2b805c5a-082e-41f4-be8d-52d5f52052d1/mbid-2b805c5a-082e-41f4-be8d-52d5f52052d1-39719269550_thumb500.jpg",
    "thumbnail_uri": "https://ia601800.us.archive.org/28/items/mbid-2b805c5a-082e-41f4-be8d-52d5f52052d1/mbid-2b805c5a-082e-41f4-be8d-52d5f52052d1-39719269550_thumb250.jpg",
    "song": "Crying My Car",
    "track_id": "aa3fd524-bfda-4e30-81b5-9f1df221f5df",
    "recording_id": "d3a12858-0642-4671-abf9-d6e453fbe454",
    "artist": "Red Ribbon",
    "artist_ids": [
        "ef4091bd-cb48-4c99-873c-90e104ce79d5"
    ],
    "album": "Red Ribbon",
    "release_id": "2b805c5a-082e-41f4-be8d-52d5f52052d1",
    "release_group_id": "74bcba7b-8012-43f9-9525-70397a7d9996",
    "labels": [
        "Danger Collective Records"
    ],
    "label_ids": [
        "20ac5cd8-692c-4aae-96a0-0bd5168acbf2"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Red Ribbon—the project of Emma Danner, the Los Angeles artist, recently announced her self-titled LP, which will be released on November 1st.\n\nhttps://redribbonmusic.bandcamp.com/album/red-ribbon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}