Information about plays

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

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

{
    "id": 3421939,
    "uri": "https://api.kexp.org/v2/plays/3421939/?format=api",
    "airdate": "2024-11-06T02:13:44-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "https://ia803002.us.archive.org/29/items/mbid-cdc45f68-aae1-4cce-a30e-a5d3f23889d2/mbid-cdc45f68-aae1-4cce-a30e-a5d3f23889d2-33247226942_thumb500.jpg",
    "thumbnail_uri": "https://ia803002.us.archive.org/29/items/mbid-cdc45f68-aae1-4cce-a30e-a5d3f23889d2/mbid-cdc45f68-aae1-4cce-a30e-a5d3f23889d2-33247226942_thumb250.jpg",
    "song": "When the World Is Running Down, You Make the Best of What’s Still Around",
    "track_id": "a14dd2da-752e-3504-857d-ac5042b4049d",
    "recording_id": "a0fbd960-4f2e-4a18-9e25-8ea60467014a",
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Zenyattà Mondatta",
    "release_id": "cdc45f68-aae1-4cce-a30e-a5d3f23889d2",
    "release_group_id": "99ca0e36-f4bb-3a15-b016-0cf7b79c5792",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1980-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Philip!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}