Information about plays

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

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

{
    "id": 375592,
    "uri": "https://api.kexp.org/v2/plays/375592/?format=api",
    "airdate": "2019-09-02T11:13:23-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dispel",
    "track_id": "42be2af8-46aa-4e50-9a4e-fc6dc29899e3",
    "recording_id": null,
    "artist": "Mesa Luna",
    "artist_ids": [
        "dd878170-c1ec-4e30-b145-6815cd5b2614"
    ],
    "album": "Lash",
    "release_id": "67bcb420-461c-4e30-8cd4-1fef23092c7e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official video for Mesa Luna's \"Church Garden\": https://bit.ly/2kefWDa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}