Information about plays

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

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

{
    "id": 378929,
    "uri": "https://api.kexp.org/v2/plays/378929/?format=api",
    "airdate": "2019-09-10T01:18:53-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/7337b704-e962-4a6f-b5d2-2f0cac538035/23092623298-250.jpg",
    "thumbnail_uri": "",
    "song": "Milano",
    "track_id": "d86de9cb-b410-45fb-95a3-ffbda9f4301d",
    "recording_id": null,
    "artist": "Russian Circles",
    "artist_ids": [
        "cca40a67-e959-46f8-a3f3-8a3f77d2da9e"
    ],
    "album": "Blood Year",
    "release_id": "7337b704-e962-4a6f-b5d2-2f0cac538035",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Their song \"Arluck\" from the same  album was chosen as Song of The Day just yesterday by DJ Kevin Cole: https://www.kexp.org/podcasts/song-of-the-day/2019/9/9/russian-circles-arluck/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}