Information about plays

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

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

{
    "id": 3410839,
    "uri": "https://api.kexp.org/v2/plays/3410839/?format=api",
    "airdate": "2024-10-10T10:30:01-07:00",
    "show": 61537,
    "show_uri": "https://api.kexp.org/v2/shows/61537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Together",
    "track_id": "45d383e2-c1e0-4cb4-93a9-a106c76d9465",
    "recording_id": "f832e6da-a312-417f-8793-40ae5703abc1",
    "artist": "Gary Clark Jr. & Junkie XL",
    "artist_ids": [
        "c733c4e6-22a2-499d-ace7-17b832356aff",
        "eb3f70ce-f226-428f-8d7f-046c8dbfd98f"
    ],
    "album": "Come Together",
    "release_id": "8cfa75c7-8fbe-46bc-906d-a3142407d514",
    "release_group_id": "55337d35-86b4-4e13-a3cd-277d04d52044",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gary Clark Jr. recorded this cover of \"Come Together\" for the Justice League soundtrack back in 2017. Check out the official video here:\n\nhttps://www.youtube.com/watch?v=r7imYeuAfkg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}