Information about plays

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

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

{
    "id": 3428068,
    "uri": "https://api.kexp.org/v2/plays/3428068/?format=api",
    "airdate": "2024-11-21T01:56:11-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia800200.us.archive.org/15/items/mbid-3558a192-2d4c-440d-871a-e6779209ffbc/mbid-3558a192-2d4c-440d-871a-e6779209ffbc-38424176462_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/15/items/mbid-3558a192-2d4c-440d-871a-e6779209ffbc/mbid-3558a192-2d4c-440d-871a-e6779209ffbc-38424176462_thumb250.jpg",
    "song": "See Emily Play",
    "track_id": "5f336cd3-0739-3669-b2db-d620f24d4bc1",
    "recording_id": "af71d8c2-0b29-4ff2-bcdb-89b828314c9e",
    "artist": "The Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "See Emily Play / Scarecrow",
    "release_id": "e00e8793-0935-4ba2-80fb-a295dfde1abc",
    "release_group_id": "cc4e0ed5-42e0-375b-85c7-2506d3abccf4",
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": "1967-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}