Information about plays

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

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

{
    "id": 3413404,
    "uri": "https://api.kexp.org/v2/plays/3413404/?format=api",
    "airdate": "2024-10-16T11:31:45-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep Believing",
    "track_id": "ed0b26e2-6b27-3e25-8957-3eca0fe412ee",
    "recording_id": "da51bcbc-cd60-4965-a6ee-eed91eb8e4aa",
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "Silver Age",
    "release_id": "1b3de79a-903a-4604-a313-eb27a519961a",
    "release_group_id": "85efc14e-1d1d-4e00-9566-99790992fcc6",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2012-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this interview where Bob Mould speaks about coming of age as a gay man during the AIDS crisis, and much more: https://tinyurl.com/muh7nh8s\n\nAnd KEXP's own DJ Kevin Cole hosted Bob Mould Live in the KEXP Studio back in 2016! Check it out: https://youtu.be/z2NUJAItMHg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}