Information about plays

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

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

{
    "id": 365480,
    "uri": "https://api.kexp.org/v2/plays/365480/?format=api",
    "airdate": "2019-08-10T05:21:59-07:00",
    "show": 6090,
    "show_uri": "https://api.kexp.org/v2/shows/6090/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Impeach the President",
    "track_id": "b2ed51aa-bf0e-4eb3-81d2-432611375b93",
    "recording_id": null,
    "artist": "The Sure Fire Soul Ensemble featuring Kelly Finnigan",
    "artist_ids": [
        "b085ad5c-a13a-434b-9168-a46faf54902c"
    ],
    "album": "Impeach the President",
    "release_id": "cbd2025f-d201-4a08-a450-fda11dd73406",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}