Information about plays

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

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

{
    "id": 431324,
    "uri": "https://api.kexp.org/v2/plays/431324/?format=api",
    "airdate": "2001-06-04T19:25:42-07:00",
    "show": 7255,
    "show_uri": "https://api.kexp.org/v2/shows/7255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Havachibora",
    "track_id": "1f0bbe78-4b0b-41a5-9700-65036ffbc5ef",
    "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": [
        "Label Bleu"
    ],
    "label_ids": [
        "263afebd-0338-4282-b604-f10d5de59727"
    ],
    "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"
}