Information about plays

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

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

{
    "id": 2682531,
    "uri": "https://api.kexp.org/v2/plays/2682531/?format=api",
    "airdate": "2020-01-05T16:32:00-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make Sense and Loose",
    "track_id": "639979e3-9d7c-3066-9197-08dae06fce6f",
    "recording_id": null,
    "artist": "I'm Not a Gun",
    "artist_ids": [
        "c65442fb-4bc5-4fae-808d-d676bf2f4ff8"
    ],
    "album": "Everything at Once",
    "release_id": "7e3cd1d6-ae33-42c4-bfa1-e1a67e054192",
    "release_group_id": null,
    "labels": [
        "City Centre Offices"
    ],
    "label_ids": [
        "0912a668-581e-4643-9a38-195e65dcbce5"
    ],
    "release_date": "2003-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}