Information about plays

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

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

{
    "id": 3416113,
    "uri": "https://api.kexp.org/v2/plays/3416113/?format=api",
    "airdate": "2024-10-23T01:03:57-07:00",
    "show": 61649,
    "show_uri": "https://api.kexp.org/v2/shows/61649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eyes on the Prize",
    "track_id": "4d2cade4-d900-3cde-a675-2b7ca09f6d71",
    "recording_id": "d3ebf44a-f78c-49d1-a417-af681d1f2e8d",
    "artist": "Mavis Staples",
    "artist_ids": [
        "04f57a2d-2449-400e-8fff-5b1c5af9560b"
    ],
    "album": "We'll Never Turn Back",
    "release_id": "51a46724-ce88-3892-aac8-b7499c957eb7",
    "release_group_id": "21679d31-31a1-33a4-86ba-df3c34fa5a26",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2007-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Seventh studio release from Mavis Staples, produced by Ry Cooder.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}