Information about plays

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

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

{
    "id": 531077,
    "uri": "https://api.kexp.org/v2/plays/531077/?format=api",
    "airdate": "2002-03-25T19:17:11-08:00",
    "show": 9196,
    "show_uri": "https://api.kexp.org/v2/shows/9196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "N Gana",
    "track_id": "8e9a12ed-8d6a-4714-b8a5-0a0c0a76ec92",
    "recording_id": null,
    "artist": "Waldemar Bastos",
    "artist_ids": [
        "0bb5e108-b41d-46cd-969e-69d34d1acdfe"
    ],
    "album": "Adventures in Afropea 3: Telling Stories to the Sea",
    "release_id": "072a4350-7b24-47f9-af50-b66e1aa6b3c8",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "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"
}