Information about plays

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

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

{
    "id": 3422381,
    "uri": "https://api.kexp.org/v2/plays/3422381/?format=api",
    "airdate": "2024-11-07T05:45:40-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://ia802202.us.archive.org/11/items/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931-33072084714_thumb500.jpg",
    "thumbnail_uri": "https://ia802202.us.archive.org/11/items/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931-33072084714_thumb250.jpg",
    "song": "Over the Rainbow",
    "track_id": "c43ea082-4e16-3138-9679-5ef4443c9d42",
    "recording_id": "e985f7ff-0cf1-4bcf-a7e2-0fd51d5c4236",
    "artist": "Judy Garland",
    "artist_ids": [
        "b9348d59-b91b-423f-847b-8db155a0653b"
    ],
    "album": "Respect: A Century of Women in Music",
    "release_id": "f32dbcdd-e964-4311-816e-6c9cf0785931",
    "release_group_id": "89e7e86e-1fbe-344b-8843-6a341eaff2f5",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Judy Garland singing this lovely song in 1939: https://www.youtube.com/watch?v=oW2QZ7KuaxA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}