Information about plays

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

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

{
    "id": 3413965,
    "uri": "https://api.kexp.org/v2/plays/3413965/?format=api",
    "airdate": "2024-10-17T17:03:31-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Contact",
    "track_id": "d16fd376-d7e8-4eb6-8869-c4675635a3f1",
    "recording_id": "78194fbe-3bcd-4afe-b4a6-7a97711c325f",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Random Access Memories",
    "release_id": "e69e2f55-a2c0-472e-b30b-f43b565b3fbe",
    "release_group_id": "aa997ea0-2936-40bd-884d-3af8a0e064dc",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2013-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daft Punk's tribute to the Apollo 17 mission, featuring a recording of Eugene Cernan observing a flashing object from the window of his capsule.\n\nDaft Punk's Thomas Bangalter emphasized the choice of Cernan, the last man to leave the surface of the moon on the final Apollo mission, being used to end the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}