Information about plays

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

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

{
    "id": 1379828,
    "uri": "https://api.kexp.org/v2/plays/1379828/?format=api",
    "airdate": "2008-05-29T02:56:56-07:00",
    "show": 24080,
    "show_uri": "https://api.kexp.org/v2/shows/24080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Depth Perception Lack",
    "track_id": "68501b54-b18e-4dcf-a773-6c553a377c8f",
    "recording_id": null,
    "artist": "SJ Esau",
    "artist_ids": [
        "614dcc20-3971-4a4d-946c-a9a1e563bee5"
    ],
    "album": "Small Vessel",
    "release_id": "03bedf82-6b59-4c07-a259-eab55d0a4bce",
    "release_group_id": null,
    "labels": [
        "Anticon"
    ],
    "label_ids": [
        "bf92cf45-cea1-4837-996b-fd9384a5704c"
    ],
    "release_date": "2008-06-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}