Information about plays

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

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

{
    "id": 530288,
    "uri": "https://api.kexp.org/v2/plays/530288/?format=api",
    "airdate": "2002-03-23T10:02:00-08:00",
    "show": 9177,
    "show_uri": "https://api.kexp.org/v2/shows/9177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "East of the River Nile",
    "track_id": "ea08e8f4-df28-4428-94f5-56a1c20208b4",
    "recording_id": null,
    "artist": "Augustus Pablo",
    "artist_ids": [
        "e2f9c452-7eb0-4782-bc3e-36f2c456ffe0"
    ],
    "album": "The Roots of Reggae, Volume II",
    "release_id": "7b23d7a3-0d6f-467d-b20b-b57c81939019",
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "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"
}