Information about plays

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

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

{
    "id": 3417034,
    "uri": "https://api.kexp.org/v2/plays/3417034/?format=api",
    "airdate": "2024-10-25T07:44:47-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freazy",
    "track_id": "778098b8-2b6e-4617-90a3-4c643292ab05",
    "recording_id": "9edf5542-f759-47fa-a482-a0ad65746142",
    "artist": "Wolf Alice",
    "artist_ids": [
        "3547f34a-db02-4ab7-b4a0-380e1ef951a9"
    ],
    "album": "My Love Is Cool",
    "release_id": "49936617-caeb-432f-b426-e8f3ce15043f",
    "release_group_id": "e1085098-3b62-430f-b6c3-7a23eb6fecf3",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2015-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance by Wolf Alice in the  KEXP studio in 2017: https://www.youtube.com/watch?v=BfCDqkstCYI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}