Information about plays

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

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

{
    "id": 3413653,
    "uri": "https://api.kexp.org/v2/plays/3413653/?format=api",
    "airdate": "2024-10-17T00:01:35-07:00",
    "show": 61595,
    "show_uri": "https://api.kexp.org/v2/shows/61595/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rill Rill",
    "track_id": "a69ed4ff-a48d-3d31-9860-138bfbb18a4a",
    "recording_id": "e55dff8b-16a4-45cf-b9ec-0cd7d01e4e8b",
    "artist": "Sleigh Bells",
    "artist_ids": [
        "95f7536d-b2f7-4087-8668-a663ec201f5a"
    ],
    "album": "Treats",
    "release_id": "09855083-1ab3-3696-b9e0-aeb62a517269",
    "release_group_id": "4089b4e7-eef7-4433-838f-1ca531754cf6",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2010-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}