Information about plays

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

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

{
    "id": 371879,
    "uri": "https://api.kexp.org/v2/plays/371879/?format=api",
    "airdate": "2019-08-24T21:07:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black and White",
    "track_id": "ad1160a0-6b13-3151-9d73-cf33e6661774",
    "recording_id": null,
    "artist": "Subhumans",
    "artist_ids": [
        "3a13b4b9-00cf-4b4c-bc6b-8101190d3c8c"
    ],
    "album": "The Day the Country Died",
    "release_id": "24c398f3-1ff6-488b-9d85-98476f4dc63f",
    "release_group_id": null,
    "labels": [
        "Bluurg Records"
    ],
    "label_ids": [
        "539e497f-fa8f-4231-85fd-1d25b9c38322"
    ],
    "release_date": "1995-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}