Information about plays

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

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

{
    "id": 3418643,
    "uri": "https://api.kexp.org/v2/plays/3418643/?format=api",
    "airdate": "2024-10-29T02:37:38-07:00",
    "show": 61704,
    "show_uri": "https://api.kexp.org/v2/shows/61704/?format=api",
    "image_uri": "https://coverartarchive.org/release/2cacf094-823b-41ab-8b48-2b60875b226b/15039692475-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2cacf094-823b-41ab-8b48-2b60875b226b/15039692475-250.jpg",
    "song": "Windup Robot",
    "track_id": null,
    "recording_id": "7802d8b6-ebd9-4aee-bbae-636bf3125ea7",
    "artist": "VCMG",
    "artist_ids": [
        "cfc1df00-4ac3-4b15-befd-65b8805ee80d"
    ],
    "album": "Ssss",
    "release_id": null,
    "release_group_id": "b00e2a51-69a6-4142-8855-e8c95111cd19",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2012-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Another dope listener request courtesy of Enrique in Barcelona!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}