Information about plays

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

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

{
    "id": 3421654,
    "uri": "https://api.kexp.org/v2/plays/3421654/?format=api",
    "airdate": "2024-11-05T08:40:39-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://coverartarchive.org/release/4241ce46-0a6e-30d3-ae41-34c1dd8611ae/21214590090-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4241ce46-0a6e-30d3-ae41-34c1dd8611ae/21214590090-250.jpg",
    "song": "If You Want to Sing Out, Sing Out",
    "track_id": null,
    "recording_id": "74efb09c-2877-4eee-b47e-0cc35b344c99",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Harold and Maude",
    "release_id": null,
    "release_group_id": "3cd2eab5-5081-3524-aaad-a651a1756b06",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}