Information about plays

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

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

{
    "id": 3422307,
    "uri": "https://api.kexp.org/v2/plays/3422307/?format=api",
    "airdate": "2024-11-07T01:35:11-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia801308.us.archive.org/25/items/mbid-d377b15a-d04a-4540-a500-97c3fd63de49/mbid-d377b15a-d04a-4540-a500-97c3fd63de49-6305720446_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/25/items/mbid-d377b15a-d04a-4540-a500-97c3fd63de49/mbid-d377b15a-d04a-4540-a500-97c3fd63de49-6305720446_thumb250.jpg",
    "song": "I Ain’t Goin’ Out Like That",
    "track_id": "84dfd466-45f8-3294-b211-a40b7caf9ed1",
    "recording_id": "92f1979a-e5e8-4968-9b9a-54e9cc2cf32e",
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "Black Sunday",
    "release_id": "d377b15a-d04a-4540-a500-97c3fd63de49",
    "release_group_id": "fe860e74-7eb8-4bc3-8b8d-cbf621aed500",
    "labels": [
        "Ruffhouse Records",
        "Columbia"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}