Information about plays

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

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

{
    "id": 3413985,
    "uri": "https://api.kexp.org/v2/plays/3413985/?format=api",
    "airdate": "2024-10-17T18:11:05-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss the Stars",
    "track_id": "f2ebb3f9-c22e-4f9b-93ec-b7d3399f51ce",
    "recording_id": "f8179848-0780-4b73-8107-ad7eba84721e",
    "artist": "Hatchie",
    "artist_ids": [
        "b51f07c9-a42c-4ea7-b5ed-ce4b7f47101a"
    ],
    "album": "Keepsake",
    "release_id": "e055d9fc-677e-49ec-95b1-c73ec653a727",
    "release_group_id": "99537b68-419e-43a2-a1bd-8f1a8f47e50b",
    "labels": [
        "Double Double Whammy"
    ],
    "label_ids": [
        "4eb25f65-0b0b-49ac-9089-167f0a9d211b"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Doug!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}