Information about plays

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

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

{
    "id": 354019,
    "uri": "https://api.kexp.org/v2/plays/354019/?format=api",
    "airdate": "2019-07-13T21:48:00-07:00",
    "show": 5900,
    "show_uri": "https://api.kexp.org/v2/shows/5900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barbra",
    "track_id": "910d953b-5fa3-337b-b952-a8681dc431e9",
    "recording_id": null,
    "artist": "The Modernettes",
    "artist_ids": [
        "52b7a1ee-46ac-4ad5-941d-852e18f0fa98"
    ],
    "album": "Teen City",
    "release_id": "939a94ea-684e-43dd-aa2d-f430487af5c9",
    "release_group_id": null,
    "labels": [
        "Quintessence"
    ],
    "label_ids": [
        "adc0fc20-97fc-427c-a556-f0813473bf36"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}