Information about plays

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

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

{
    "id": 3420318,
    "uri": "https://api.kexp.org/v2/plays/3420318/?format=api",
    "airdate": "2024-11-02T03:18:53-07:00",
    "show": 61740,
    "show_uri": "https://api.kexp.org/v2/shows/61740/?format=api",
    "image_uri": "https://coverartarchive.org/release/66ca6a82-8b0c-4941-bdcf-096ea3c728c2/21564723824-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66ca6a82-8b0c-4941-bdcf-096ea3c728c2/21564723824-250.jpg",
    "song": "Dark Saturday",
    "track_id": null,
    "recording_id": "8afb72a5-7824-469f-ae27-b00f5150748f",
    "artist": "Metric",
    "artist_ids": [
        "4449ccf6-c948-4d33-aa97-b6ad98ce4b5b"
    ],
    "album": "Art of Doubt",
    "release_id": null,
    "release_group_id": "648c101a-9e3a-46ac-9bbb-eb0eb8aaff01",
    "labels": [
        "Metric Music International"
    ],
    "label_ids": [
        "d5acb842-60a8-496a-82f1-109eccccdc5b"
    ],
    "release_date": "2018-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Troy hosted Metric Live on KEXP in 2022! They opened with this track. Watch the session here: https://www.youtube.com/watch?v=GwetNnBkgQM&t=1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}