Information about plays

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

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

{
    "id": 1284950,
    "uri": "https://api.kexp.org/v2/plays/1284950/?format=api",
    "airdate": "2007-09-29T10:56:00-07:00",
    "show": 22482,
    "show_uri": "https://api.kexp.org/v2/shows/22482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Trim the Barber",
    "track_id": "457893ae-7394-489c-8d28-4b9248ee2b7e",
    "recording_id": null,
    "artist": "King Tubby",
    "artist_ids": [
        "576134a6-9f1f-4bfa-af04-4848195849ca"
    ],
    "album": "King Tubby's Special: 1973-1976 (disc 2)",
    "release_id": "3bb2c468-a83c-4a26-b376-fba0ad03a95e",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}