Information about plays

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

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

{
    "id": 3416454,
    "uri": "https://api.kexp.org/v2/plays/3416454/?format=api",
    "airdate": "2024-10-23T21:30:54-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "https://coverartarchive.org/release/53ff0437-3a38-42bc-9f15-4d49fb125930/8377140419-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53ff0437-3a38-42bc-9f15-4d49fb125930/8377140419-250.jpg",
    "song": "Lam Phu Thai # 2",
    "track_id": null,
    "recording_id": "baad535a-7bca-42d1-99d4-bcd69511a610",
    "artist": "Khun Narin",
    "artist_ids": [
        "1bbadb05-4935-48d8-9a5b-e5628ac38374"
    ],
    "album": "Khun Narin's Electric Phin Band",
    "release_id": null,
    "release_group_id": "3fbefc02-58c7-459c-848e-8a65e4db8732",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2014-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Khun Narin from Thailand has been touring and just hit the Vera Project in Seattle on Sunday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}