Information about plays

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

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

{
    "id": 3428251,
    "uri": "https://api.kexp.org/v2/plays/3428251/?format=api",
    "airdate": "2024-11-21T11:55:36-08:00",
    "show": 61908,
    "show_uri": "https://api.kexp.org/v2/shows/61908/?format=api",
    "image_uri": "https://ia800507.us.archive.org/33/items/mbid-cd8822fc-7528-47e2-866d-3794ce6ad168/mbid-cd8822fc-7528-47e2-866d-3794ce6ad168-37063508823_thumb500.jpg",
    "thumbnail_uri": "https://ia600507.us.archive.org/33/items/mbid-cd8822fc-7528-47e2-866d-3794ce6ad168/mbid-cd8822fc-7528-47e2-866d-3794ce6ad168-37063508823_thumb250.jpg",
    "song": "The Tower",
    "track_id": "89674dfa-4f7d-47f7-9f35-a720075e437b",
    "recording_id": "d8ce8c12-bc32-4d86-8ebe-7bcb53100b3d",
    "artist": "Future Islands",
    "artist_ids": [
        "74963434-dcb6-4b14-98cc-99873b06db66"
    ],
    "album": "People Who Aren’t There Anymore",
    "release_id": "cd8822fc-7528-47e2-866d-3794ce6ad168",
    "release_group_id": "931c6c36-eb72-4519-a91e-57a2779d8d22",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2024-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official video for \"The Tower\": https://www.youtube.com/watch?v=WFmovmenhoU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}