Information about plays

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

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

{
    "id": 3413602,
    "uri": "https://api.kexp.org/v2/plays/3413602/?format=api",
    "airdate": "2024-10-16T21:21:42-07:00",
    "show": 61594,
    "show_uri": "https://api.kexp.org/v2/shows/61594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See Emily Play",
    "track_id": "62c5511c-738c-4d89-b06a-c5fe086f7229",
    "recording_id": "af71d8c2-0b29-4ff2-bcdb-89b828314c9e",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "An Introduction to Syd Barrett",
    "release_id": "5451aa6d-cca1-4351-99da-f918f0fc0af3",
    "release_group_id": "4e60b7a2-b71e-49ea-9c75-cb158ac8c0a4",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2010-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}