Information about plays

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

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

{
    "id": 3413996,
    "uri": "https://api.kexp.org/v2/plays/3413996/?format=api",
    "airdate": "2024-10-17T18:50:26-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ATLiens",
    "track_id": "c2bbbd1b-6adc-40c1-870d-32c0915d5da7",
    "recording_id": "f8d012ff-b0b6-4294-9b50-74df052e728d",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "ATLiens",
    "release_id": "a7a6ec18-9437-4a62-80f5-205922c3f9e6",
    "release_group_id": "672fa6be-ae6a-38a2-a0d3-6a393a3929bf",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1996-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Teaming with the Dungeon Family, the OutKast recorded 35 songs for \"ATLiens\", according to Daddy Fat Sax. “We picked the best ones,” he told VIBE at the time. Dre agreed, saying that it featured only their “tightest rhymes and beats” out of the bunch, leaving 20 on the cutting room floor. Here are some more things you might not know about this seminal album, released in 1996: https://bit.ly/3duVXbF",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}