Information about plays

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

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

{
    "id": 3413252,
    "uri": "https://api.kexp.org/v2/plays/3413252/?format=api",
    "airdate": "2024-10-16T04:48:00-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Always Be Together",
    "track_id": null,
    "recording_id": "f3026256-f86f-40c0-921a-f35203bfbe54",
    "artist": "Pablo Cruise",
    "artist_ids": [
        "c24f87ef-72f9-4488-9dbd-63601322edba"
    ],
    "album": "Worlds Away",
    "release_id": null,
    "release_group_id": "21a99bb2-ec39-3faf-a1fc-84430ae9a1a5",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1978-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "4-5am is the yacht rock hour in my universe!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}