Information about plays

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

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

{
    "id": 519192,
    "uri": "https://api.kexp.org/v2/plays/519192/?format=api",
    "airdate": "2002-02-18T20:56:00-08:00",
    "show": 8960,
    "show_uri": "https://api.kexp.org/v2/shows/8960/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bako - Instrumental",
    "track_id": null,
    "recording_id": null,
    "artist": "Antoine Moundanda / Likembé Géant",
    "artist_ids": [
        "c17e56b7-ef8d-4dd6-9d7d-da2e99055ae2"
    ],
    "album": "Kessé kessé",
    "release_id": "3fb38228-fc18-4799-96be-d07ffded06b4",
    "release_group_id": null,
    "labels": [
        "Indigo/Label Bleu"
    ],
    "label_ids": [],
    "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"
}