Information about plays

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

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

{
    "id": 3421602,
    "uri": "https://api.kexp.org/v2/plays/3421602/?format=api",
    "airdate": "2024-11-05T05:39:12-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia804606.us.archive.org/4/items/mbid-b0d8b1f3-d09f-4df4-88d1-e771aad7edb6/mbid-b0d8b1f3-d09f-4df4-88d1-e771aad7edb6-30807859547_thumb500.jpg",
    "thumbnail_uri": "https://ia804606.us.archive.org/4/items/mbid-b0d8b1f3-d09f-4df4-88d1-e771aad7edb6/mbid-b0d8b1f3-d09f-4df4-88d1-e771aad7edb6-30807859547_thumb250.jpg",
    "song": "Across That Fine Line",
    "track_id": "4384b404-78ef-4fb4-977e-1926bc361138",
    "recording_id": "a9bd6c05-0b11-4056-b89d-7ed0c7d60613",
    "artist": "Nation of Language",
    "artist_ids": [
        "88927646-0c28-4b1b-a69e-cb33c400d650"
    ],
    "album": "A Way Forward",
    "release_id": "b0d8b1f3-d09f-4df4-88d1-e771aad7edb6",
    "release_group_id": "0aa93ff3-6bbe-4433-95f8-7c1061f6e58e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2021, Nation of Language released A Way Forward\n\nCheck out this video of Nation of Language performing Live on KEXP in the Gathering Space in 2023: https://www.youtube.com/watch?v=gTla9xP9atk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}