Information about plays

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

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

{
    "id": 2682097,
    "uri": "https://api.kexp.org/v2/plays/2682097/?format=api",
    "airdate": "2020-01-04T16:24:06-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?format=api",
    "image_uri": "https://coverartarchive.org/release/650690d7-833e-4dff-87ae-28b0d1c1f9c2/24614146502-250.jpg",
    "thumbnail_uri": "",
    "song": "Napoleon",
    "track_id": "680b52bd-8ad9-4050-8f8b-f27e20165ffb",
    "recording_id": null,
    "artist": "Riki",
    "artist_ids": [
        "8c037e17-3b3a-48ea-b2d2-b267d7811675"
    ],
    "album": "Riki",
    "release_id": "650690d7-833e-4dff-87ae-28b0d1c1f9c2",
    "release_group_id": null,
    "labels": [
        "Dais Records"
    ],
    "label_ids": [
        "ba3abcfa-1808-41d6-8b8b-9bb06c0f772e"
    ],
    "release_date": "2020-02-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New dark synth pop from LA based Riki https://www.youtube.com/watch?v=uq_6cq4AEko",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}