Information about plays

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

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

{
    "id": 3422379,
    "uri": "https://api.kexp.org/v2/plays/3422379/?format=api",
    "airdate": "2024-11-07T05:39:39-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here Comes the Sun",
    "track_id": "0f5c21b2-52b2-38b7-b500-9f4bba2eac4a",
    "recording_id": "64cc258d-c41b-4dc2-b756-c17d96793736",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Just Like a Woman: Nina Simone Sings Classic Songs of the '60s",
    "release_id": "94c08d0b-7e13-4e03-bdca-b6abc4f631d5",
    "release_group_id": "a195a647-f261-3331-9c50-f5a497093f96",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2007-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hope this brings you some sunshine :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}