Information about plays

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

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

{
    "id": 3412951,
    "uri": "https://api.kexp.org/v2/plays/3412951/?format=api",
    "airdate": "2024-10-15T11:58:46-07:00",
    "show": 61583,
    "show_uri": "https://api.kexp.org/v2/shows/61583/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Interstellar Love (ft. Leon Bridges)",
    "track_id": "c8b04dcb-2b6b-45fb-91f3-b95c751455a8",
    "recording_id": "fee1f231-c5f4-4540-b143-8312179ff728",
    "artist": "The Avalanches feat. Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774",
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "We Will Always Love You",
    "release_id": "87f830ab-f961-4778-baef-f8618e67b8cd",
    "release_group_id": "ad5a6f0f-3444-4ebd-8a98-ce6dfb1bfabe",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2020-12-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Interstellar Love\" samples “Eye in the Sky” by The Alan Parsons Project and is inspired by the love story of astronomer Carl Sagan and his wife Ann Druyan. Their romance was famously captured on tape and sent into space as part of the Voyager Golden Record project.\nhttps://bit.ly/3DmgYmD",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}