Information about plays

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

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

{
    "id": 1369986,
    "uri": "https://api.kexp.org/v2/plays/1369986/?format=api",
    "airdate": "2008-05-04T11:42:00-07:00",
    "show": 23917,
    "show_uri": "https://api.kexp.org/v2/shows/23917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shady Blues",
    "track_id": "71fb1d30-391b-44a4-b154-ec89882750a9",
    "recording_id": null,
    "artist": "Lee Mason",
    "artist_ids": [
        "89f9bbfe-e1df-4c70-a85d-4a5e527f7c0f"
    ],
    "album": "Shady Blues / Psychedelic Portrait",
    "release_id": "f8162756-3d52-4465-b0eb-8d1be0777baf",
    "release_group_id": null,
    "labels": [
        "Jazzman"
    ],
    "label_ids": [
        "bbd27f09-26f7-44cc-8428-fc810f2ff4e5"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}