Information about plays

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

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

{
    "id": 1293176,
    "uri": "https://api.kexp.org/v2/plays/1293176/?format=api",
    "airdate": "2007-10-20T15:29:24-07:00",
    "show": 22625,
    "show_uri": "https://api.kexp.org/v2/shows/22625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prisoner",
    "track_id": null,
    "recording_id": null,
    "artist": "Lucky Dube",
    "artist_ids": [
        "97aeedc1-f252-4cfa-a8d8-c895c490532f"
    ],
    "album": "Fly African Eagle: The Best Of African Reggae",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}