Information about plays

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

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

{
    "id": 3409238,
    "uri": "https://api.kexp.org/v2/plays/3409238/?format=api",
    "airdate": "2024-10-06T16:55:35-07:00",
    "show": 61503,
    "show_uri": "https://api.kexp.org/v2/shows/61503/?format=api",
    "image_uri": "https://ia802800.us.archive.org/24/items/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234-20532873506_thumb500.jpg",
    "thumbnail_uri": "https://ia802800.us.archive.org/24/items/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234/mbid-0faf90ad-af33-4fbd-8a18-af90edc18234-20532873506_thumb250.jpg",
    "song": "Tommy Gets His Tonsils Out",
    "track_id": "e1a7a20c-d32a-4f50-8c59-d37c1adab795",
    "recording_id": "a6b34b47-8b5d-409c-8084-b50d3598f32e",
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Let It Be",
    "release_id": "0faf90ad-af33-4fbd-8a18-af90edc18234",
    "release_group_id": "2c644807-3b5d-39d4-8c65-dec603bf3f3a",
    "labels": [
        "Rhino",
        "Ryko Distribution",
        "Twin/Tone Records"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "e6346b10-1a57-4d83-8653-392dbd6e1e80",
        "f551f46d-961e-447c-b88b-8117827cb251"
    ],
    "release_date": "2008-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Tommy Stinson, who was born on this day in 1966!\n\nTommy is currently on tour through some southern US states right now!  Ticket info here: https://tinyurl.com/mr2z4znr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}