Information about plays

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

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

{
    "id": 3421964,
    "uri": "https://api.kexp.org/v2/plays/3421964/?format=api",
    "airdate": "2024-11-06T03:40:17-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "https://ia802209.us.archive.org/25/items/mbid-60797f49-bac1-4154-a62d-fbaa0cb8d3b9/mbid-60797f49-bac1-4154-a62d-fbaa0cb8d3b9-7793113408_thumb500.jpg",
    "thumbnail_uri": "https://ia802209.us.archive.org/25/items/mbid-60797f49-bac1-4154-a62d-fbaa0cb8d3b9/mbid-60797f49-bac1-4154-a62d-fbaa0cb8d3b9-7793113408_thumb250.jpg",
    "song": "Fake Empire",
    "track_id": "b213c2d0-cef8-3255-9e6d-19ab9d52a78b",
    "recording_id": "fe844263-ce9c-44f3-b89c-a1e020f384ca",
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Boxer",
    "release_id": "60797f49-bac1-4154-a62d-fbaa0cb8d3b9",
    "release_group_id": "9facb475-4c5f-369b-9b93-1280e6669090",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2007-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Show, by your actions, that you choose peace over war, freedom over oppression, voice over silence, service over self-interest, respect over advantage, courage over fear, cooperation over competition, action over passivity, diversity over uniformity, and justice over all.”\n\n— Anthony J. Marsella",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}