Information about plays

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

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

{
    "id": 3416355,
    "uri": "https://api.kexp.org/v2/plays/3416355/?format=api",
    "airdate": "2024-10-23T15:47:00-07:00",
    "show": 61653,
    "show_uri": "https://api.kexp.org/v2/shows/61653/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crushed Grass",
    "track_id": "2c68212c-6096-4832-94bc-02080853e132",
    "recording_id": "306378d8-fbeb-4aa6-a191-e216d2f67b1a",
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Singles Collection, Volume 3",
    "release_id": "2600e4dc-8352-42cf-888f-9d07489ce493",
    "release_group_id": "1b4beb3d-f383-41a3-8f33-ff9539848e25",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a recent interview with John Dwyer about the band that began in San Francisco in 1997: https://retrofuturista.com/the-unapologetic-psychedelic-punk-of-osees-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}