Information about plays

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

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

{
    "id": 3418264,
    "uri": "https://api.kexp.org/v2/plays/3418264/?format=api",
    "airdate": "2024-10-28T04:33:16-07:00",
    "show": 61695,
    "show_uri": "https://api.kexp.org/v2/shows/61695/?format=api",
    "image_uri": "https://coverartarchive.org/release/854e324a-7cb3-432e-85d7-00cf6caa00e9/28935681207-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/854e324a-7cb3-432e-85d7-00cf6caa00e9/28935681207-250.jpg",
    "song": "Ocean Prayer (Version B)",
    "track_id": null,
    "recording_id": "2beb1479-0e56-4a50-b963-45811d524f94",
    "artist": "Pamyua",
    "artist_ids": [
        "28ce5657-a573-4946-9643-8ad9ab1d16d5"
    ],
    "album": "Side A / Side B",
    "release_id": null,
    "release_group_id": "826b22e8-9766-4252-af2a-b164da442b1e",
    "labels": [
        "Arctic Voice Records"
    ],
    "label_ids": [
        "2c7de08f-9746-4d29-a9c2-e23b1e2e13cc"
    ],
    "release_date": "2012-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pamyua is an Inuit-soul musical group based in Alaska. \n\nhttps://www.pamyua.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}