Information about plays

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

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

{
    "id": 3440861,
    "uri": "https://api.kexp.org/v2/plays/3440861/?format=api",
    "airdate": "2024-12-21T12:18:47-08:00",
    "show": 62170,
    "show_uri": "https://api.kexp.org/v2/shows/62170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Superstar",
    "track_id": "9c6135e6-4f61-487a-871f-c276ee640f0e",
    "recording_id": "af847770-3a91-4ecd-912c-ce154b5fce6a",
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Superstar / For All We Know",
    "release_id": "4a22bd6d-abf7-4aa5-9db1-499a19a4e89a",
    "release_group_id": "023b4dc1-6e61-4234-9c7c-78776ae57e13",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1994-12-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carpenters cover! Kim Gordon of Sonic Youth paid tribute to Karen Carpenter in 2015, telling Mojo: \"Her voice was amazing. And her death made you look back at the lyrics. She didn't write them, but she made them her own. How did they pick a song like Superstar?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}