Information about plays

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

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

{
    "id": 3421586,
    "uri": "https://api.kexp.org/v2/plays/3421586/?format=api",
    "airdate": "2024-11-05T04:35:53-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://ia904606.us.archive.org/13/items/mbid-ac2d314a-8673-45b6-9cb8-a9834f8fbc9a/mbid-ac2d314a-8673-45b6-9cb8-a9834f8fbc9a-39379178266_thumb500.jpg",
    "thumbnail_uri": "https://ia804606.us.archive.org/13/items/mbid-ac2d314a-8673-45b6-9cb8-a9834f8fbc9a/mbid-ac2d314a-8673-45b6-9cb8-a9834f8fbc9a-39379178266_thumb250.jpg",
    "song": "BookaMagick",
    "track_id": "e32e132a-a3cd-473a-b9f5-9ae5fe391161",
    "recording_id": "08ba66bd-9f1b-4deb-9f2a-106c38a4fdb1",
    "artist": "Shigeto feat. Cleveland Thrasher",
    "artist_ids": [
        "9006da5a-73cc-4b98-9395-78570b827fb1",
        "00a9e23f-e718-4161-8d16-b8a5e7fe3bac"
    ],
    "album": "Cherry Blossom Baby",
    "release_id": "ac2d314a-8673-45b6-9cb8-a9834f8fbc9a",
    "release_group_id": "89c63ed8-be9a-44c5-8cb6-162694a66598",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://shigeto.bandcamp.com/album/cherry-blossom-baby",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}