Information about plays

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

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

{
    "id": 3413253,
    "uri": "https://api.kexp.org/v2/plays/3413253/?format=api",
    "airdate": "2024-10-16T04:51:44-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lotta Love",
    "track_id": null,
    "recording_id": "6bd0c79c-2527-42f4-a5ae-0770be061d41",
    "artist": "Nicolette Larson",
    "artist_ids": [
        "a45071c0-1805-4ec6-83c4-e3f62e2916b1"
    ],
    "album": "Nicolette",
    "release_id": null,
    "release_group_id": "02555d72-bc06-36fa-bdec-03c9a1067a74",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1978-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A very yachty cover of Neil Young's original song from the same year (1978)!\n\nhttps://www.youtube.com/watch?v=vpFfjWdhROU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}