Information about plays

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

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

{
    "id": 3439749,
    "uri": "https://api.kexp.org/v2/plays/3439749/?format=api",
    "airdate": "2024-12-18T17:57:58-08:00",
    "show": 62144,
    "show_uri": "https://api.kexp.org/v2/shows/62144/?format=api",
    "image_uri": "https://ia600300.us.archive.org/4/items/mbid-878c9674-871d-47d7-a942-e6a893403f02/mbid-878c9674-871d-47d7-a942-e6a893403f02-13252817774_thumb500.jpg",
    "thumbnail_uri": "https://ia600300.us.archive.org/4/items/mbid-878c9674-871d-47d7-a942-e6a893403f02/mbid-878c9674-871d-47d7-a942-e6a893403f02-13252817774_thumb250.jpg",
    "song": "Moving in Stereo",
    "track_id": "91503ddb-a773-4e67-9678-c40cbf3558b2",
    "recording_id": "0ddbaa53-c3c8-4cf6-804e-f8b92fd06b0c",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "The Elektra Years: 1978-1987",
    "release_id": "878c9674-871d-47d7-a942-e6a893403f02",
    "release_group_id": "6bfc7663-bf2b-4bf0-af60-b9a40fad5a4c",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2016-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Elliot Easton of the Cars, born on this day in 1953! \n\n\"Moving In Stereo\" isn't just a title, this song uses various studio production techniques to explore the stereo spectrum as the sound goes back and forth between the speakers.\n\nYou are listening with headphones, right?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}