Information about plays

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

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

{
    "id": 379902,
    "uri": "https://api.kexp.org/v2/plays/379902/?format=api",
    "airdate": "2019-09-12T07:07:00-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Generals and Majors",
    "track_id": "0c674c83-44d1-395a-a5ed-44d77d8818f3",
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Black Sea",
    "release_id": "d7544edb-11cb-427b-8814-9557b51417d4",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "1980-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album is 39 years old today! Psst! The seagull, ship's mast and moon on the cover spell out XTC...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}