Information about plays

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

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

{
    "id": 3415169,
    "uri": "https://api.kexp.org/v2/plays/3415169/?format=api",
    "airdate": "2024-10-20T16:10:05-07:00",
    "show": 61628,
    "show_uri": "https://api.kexp.org/v2/shows/61628/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wasted delay",
    "track_id": "559ff872-d784-4bd4-b1fd-2a445dcf61bf",
    "recording_id": "670fd1c2-0f43-4c36-b688-0e71bcd67486",
    "artist": "Mo Dotti",
    "artist_ids": [
        "24d1fa8b-2fec-447e-87c6-8d76923fb665"
    ],
    "album": "Opaque",
    "release_id": "a8d5232f-7476-4dfd-9e89-c72b4ad7dfde",
    "release_group_id": "a7660c1d-ba15-46d1-9d3b-c07eaf91239f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles shoegaze quartet Mo Dotti take their name from Italian photographer and communist revolutionary Tina Modotti, whose life as an artist began when she moved to California and took up acting in the early 20th century.\n\nOn their debut LP, opaque, band’s songwriting often mirrors the composition of Modotti’s photography, contrasting crisp moments of jangle-pop clarity against billowing clouds of distortion. https://tinyurl.com/2xskd8tv | https://tinyurl.com/2kau2wzf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}