Information about plays

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

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

{
    "id": 3428766,
    "uri": "https://api.kexp.org/v2/plays/3428766/?format=api",
    "airdate": "2024-11-22T17:56:55-08:00",
    "show": 61918,
    "show_uri": "https://api.kexp.org/v2/shows/61918/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e3ebd8e-d135-434d-8fef-11f5bc75f3c1/2927017534-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e3ebd8e-d135-434d-8fef-11f5bc75f3c1/2927017534-250.jpg",
    "song": "Freedom of Choice",
    "track_id": null,
    "recording_id": "4d32efe7-dd41-4bec-b13d-108db3e09411",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Freedom of Choice",
    "release_id": null,
    "release_group_id": "bb889709-d775-3cb1-84c2-1daf4884e165",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "F R E E D O M O F C H O I C E ! ! !\n\nDevo performed this one here in Seattle at The Paramount Theatre last November: https://www.youtube.com/watch?v=P9Sy8iMVN7U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}