Information about plays

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

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

{
    "id": 3413505,
    "uri": "https://api.kexp.org/v2/plays/3413505/?format=api",
    "airdate": "2024-10-16T15:52:15-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fast Forward",
    "track_id": "027ccbf8-9672-4788-9a4c-0811f2ad0684",
    "recording_id": "c12ecf37-3788-41a7-9802-6e4240676ec1",
    "artist": "Floating Points",
    "artist_ids": [
        "69d9c5ba-7bba-4cb7-ab32-8ccc48ad4f97"
    ],
    "album": "Cascade",
    "release_id": "eede7c8f-9120-4a8f-af4c-d7bc601e33e4",
    "release_group_id": "70410894-5005-4fac-a254-c82912a069cc",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://floatingpoints.bandcamp.com/album/cascade",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}