Information about plays

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

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

{
    "id": 2681369,
    "uri": "https://api.kexp.org/v2/plays/2681369/?format=api",
    "airdate": "2020-01-02T21:15:09-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Moon",
    "track_id": "035ccee9-d2d1-4e0b-bc6b-634a55802ac3",
    "recording_id": null,
    "artist": "Steve Gunn",
    "artist_ids": [
        "a0d05bb8-3ef4-4b70-8992-5da4322afc21"
    ],
    "album": "The Unseen in Between",
    "release_id": "5fe40eff-0eb1-4677-b412-8d72a3326c03",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steve Gunn performing live in the KEXP studio. Recorded February 13, 2019 https://www.youtube.com/watch?v=qzMHxQSxXKY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}