Information about plays

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

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

{
    "id": 3428516,
    "uri": "https://api.kexp.org/v2/plays/3428516/?format=api",
    "airdate": "2024-11-22T04:14:44-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia801801.us.archive.org/16/items/mbid-c1dc2841-509e-4608-87e9-37c0fea4fa88/mbid-c1dc2841-509e-4608-87e9-37c0fea4fa88-28972042836_thumb500.jpg",
    "thumbnail_uri": "https://ia601801.us.archive.org/16/items/mbid-c1dc2841-509e-4608-87e9-37c0fea4fa88/mbid-c1dc2841-509e-4608-87e9-37c0fea4fa88-28972042836_thumb250.jpg",
    "song": "Where Is My Mind?",
    "track_id": "babff833-56a2-4870-a9c5-5a51f1be5153",
    "recording_id": "f56fc62d-df8a-4464-84b4-19cfda170f21",
    "artist": "Tkay Maidza",
    "artist_ids": [
        "e1811d3a-4631-4bfe-9b42-d0418524137e"
    ],
    "album": "Bills & Aches & Blues",
    "release_id": "c1dc2841-509e-4608-87e9-37c0fea4fa88",
    "release_group_id": "148d5a94-de1a-4d8f-8545-15dd25e28df9",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2021-04-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}