Information about plays

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

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

{
    "id": 3416350,
    "uri": "https://api.kexp.org/v2/plays/3416350/?format=api",
    "airdate": "2024-10-23T15:10:43-07:00",
    "show": 61653,
    "show_uri": "https://api.kexp.org/v2/shows/61653/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Planet Express",
    "track_id": "cdc89490-8978-408c-a377-7e417f3c0753",
    "recording_id": "a6b86e44-46cc-4304-bb8d-b95da6163ecd",
    "artist": "Cuco",
    "artist_ids": [
        "ff1cafa3-7ed4-4ed2-afbb-d1f263d607a8"
    ],
    "album": "Hitchhiker",
    "release_id": "8b4d03f4-81c0-449d-b077-2c756ba9e25d",
    "release_group_id": "5400cb7e-60db-4588-b9c4-b0e76b4d143a",
    "labels": [
        "Walk the Trail, Inc"
    ],
    "label_ids": [
        "ff42659c-98f5-41ad-acd3-a30ecfe40910"
    ],
    "release_date": "2023-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Omar Banos, better known as Cuco, is a Chicano singer/songwriter and record producer from Hawthorne, CA.\n--\nSee the official music video for \"Planet Express\": https://www.youtube.com/watch?v=b2E-ZwMiwkA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}