Information about plays

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

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

{
    "id": 3413303,
    "uri": "https://api.kexp.org/v2/plays/3413303/?format=api",
    "airdate": "2024-10-16T07:51:36-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "England",
    "track_id": null,
    "recording_id": "3cbc5ccf-a014-4aed-8b9e-a805030acc52",
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "High Violet",
    "release_id": null,
    "release_group_id": "1ce57f6a-62c8-4017-ad38-3339f542faae",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2010-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you for the request! Here's \"England\" by indie rock outfit, The National, it's from their 2010 album 'High Violet.' Here's a live version of the song: https://www.youtube.com/watch?v=JVp7C5vzMgw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}