Information about plays

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

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

{
    "id": 371726,
    "uri": "https://api.kexp.org/v2/plays/371726/?format=api",
    "airdate": "2019-08-24T11:12:00-07:00",
    "show": 6191,
    "show_uri": "https://api.kexp.org/v2/shows/6191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "99%",
    "track_id": null,
    "recording_id": null,
    "artist": "Runkus",
    "artist_ids": [
        "c4e19473-3155-45dd-9e71-fd8bb279367e"
    ],
    "album": "99%",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Runkus"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"99%.\" is the lead single from Runkus' debut album classisHim, which set to drop early next year via Delicious Vinyl Island. It features fellow Jamaican artists like Chronixx, Ky-Mani Marley, Jah 9 and Royal Blu!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}