Information about plays

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

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

{
    "id": 381548,
    "uri": "https://api.kexp.org/v2/plays/381548/?format=api",
    "airdate": "2019-09-16T09:44:00-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Host of a Ghost",
    "track_id": "83b547a4-29f0-38bd-ae85-6dc68feb36c7",
    "recording_id": null,
    "artist": "Porter",
    "artist_ids": [
        "36ae137b-1e86-4ee3-8932-3eb312cfa714"
    ],
    "album": "Atemahawke",
    "release_id": "cba9d357-c70e-4f16-a11f-4291866035f1",
    "release_group_id": null,
    "labels": [
        "3er Piso Records"
    ],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mexican indie rock band from Guadalajara. Originally started as an instrumental band. They often combine English and Spanish lyrics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}