Information about plays

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

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

{
    "id": 1318518,
    "uri": "https://api.kexp.org/v2/plays/1318518/?format=api",
    "airdate": "2007-12-25T18:44:47-08:00",
    "show": 23056,
    "show_uri": "https://api.kexp.org/v2/shows/23056/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Loop in Time (Banco de Gaia remix)",
    "track_id": "5ca6ce38-eb24-416c-8b8d-9080417f4e6d",
    "recording_id": null,
    "artist": "Wally Brill",
    "artist_ids": [
        "fbaded9d-780f-4847-b484-5617cfba4da3"
    ],
    "album": "Six Degrees 100: A Six Degrees Collection",
    "release_id": "07301293-7ccd-48d4-908e-8f40b67c33ea",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}