Information about plays

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

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

{
    "id": 3421894,
    "uri": "https://api.kexp.org/v2/plays/3421894/?format=api",
    "airdate": "2024-11-05T23:37:52-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/f17855ba-2027-44c0-8a7d-bcdea711d716/8252926144-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f17855ba-2027-44c0-8a7d-bcdea711d716/8252926144-250.jpg",
    "song": "Maggot Brain",
    "track_id": null,
    "recording_id": "a8aa186d-21a8-44f3-a9a8-2a3d0f58e8c6",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Maggot Brain (remastered)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the most memorable guitar solos of all time from Eddie Hazel on this landmark Funkadelic release. This whole record remastered and re-released this year. http://georgeclinton.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}