Information about plays

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

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

{
    "id": 371395,
    "uri": "https://api.kexp.org/v2/plays/371395/?format=api",
    "airdate": "2019-08-23T16:41:04-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Alert",
    "track_id": "eaf04ef9-ae03-4538-b101-0149795c48ec",
    "recording_id": null,
    "artist": "Júníus Meyvant",
    "artist_ids": [
        "b0412e30-6200-4972-94b3-efd0c76534ea"
    ],
    "album": "Across the Borders",
    "release_id": "2681d519-3c61-4841-aeaf-bf50993da4a1",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2019-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Junius Meyvant will play THING Festival this weekend! Watch KEXP's YouTube channel for a live performance this Saturday at 5:30 PM PT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}