Information about plays

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

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

{
    "id": 3416064,
    "uri": "https://api.kexp.org/v2/plays/3416064/?format=api",
    "airdate": "2024-10-22T22:19:25-07:00",
    "show": 61648,
    "show_uri": "https://api.kexp.org/v2/shows/61648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look Closer (Can't You See the Signs?)",
    "track_id": null,
    "recording_id": "42101d77-fe45-43ee-ada0-d0407fdd6ad4",
    "artist": "Saun & Starr",
    "artist_ids": [
        "be781240-09be-4a64-ae1d-aedbb9351213"
    ],
    "album": "Look Closer",
    "release_id": null,
    "release_group_id": "a5729d09-2b67-44d8-9fed-7efae3287505",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2015-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This soul duo used to be backup for Sharon Jones, sounding great on their own!! https://daptonerecords.com/artists/saun-starr/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}