Information about plays

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

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

{
    "id": 3422055,
    "uri": "https://api.kexp.org/v2/plays/3422055/?format=api",
    "airdate": "2024-11-06T09:57:11-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Will Survive",
    "track_id": null,
    "recording_id": "24260ba2-e2f4-4a1a-8898-ed66b700452b",
    "artist": "Gloria Gaynor",
    "artist_ids": [
        "d5c51c36-ac67-4727-91ed-ee9f0df81a2d"
    ],
    "album": "I Will Survive",
    "release_id": null,
    "release_group_id": "e35dcadb-292d-35a5-aeda-47732d952f8c",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dance yrself clean, peeps",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}