Information about plays

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

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

{
    "id": 3421666,
    "uri": "https://api.kexp.org/v2/plays/3421666/?format=api",
    "airdate": "2024-11-05T09:08:31-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Instant Karma! (We All Shine On)",
    "track_id": null,
    "recording_id": "7bd8a26a-951a-4a9d-ad8f-eaea79337416",
    "artist": "John Lennon & The Plastic Ono Band",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9",
        "84f81b32-8b3a-4914-9cff-017a52f9d16b"
    ],
    "album": "Instant Karma! / Who Has Seen the Wind?",
    "release_id": null,
    "release_group_id": "7fbd9ad3-5a61-3df8-8d7e-9c231162bd31",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1970-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}