Information about plays

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

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

{
    "id": 3421371,
    "uri": "https://api.kexp.org/v2/plays/3421371/?format=api",
    "airdate": "2024-11-04T16:43:03-08:00",
    "show": 61764,
    "show_uri": "https://api.kexp.org/v2/shows/61764/?format=api",
    "image_uri": "https://coverartarchive.org/release/c829702c-91b4-433e-bbe4-25af63d01144/21057177880-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c829702c-91b4-433e-bbe4-25af63d01144/21057177880-250.jpg",
    "song": "Inner City Blues (Makes Me Wanna Holler)",
    "track_id": null,
    "recording_id": "86e9105f-4707-4a3b-8ebd-8b008f3e346a",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "What's Going On",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Javelin"
    ],
    "label_ids": [
        "0385cefc-84f1-42a3-9945-81fafacb7879"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "11th studio album by Marvin Gaye. Written and Produced by Marvin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}