Information about plays

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

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

{
    "id": 355508,
    "uri": "https://api.kexp.org/v2/plays/355508/?format=api",
    "airdate": "2019-07-17T07:30:00-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The New Stone Age",
    "track_id": "e57257d0-d8f6-3505-865a-86eea7cfa3ff",
    "recording_id": null,
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Architecture & Morality",
    "release_id": "d9cea644-b5a6-4498-b821-7a7d34e12477",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Was OMD on your mix tape? We want to hear about it! Yes, Mix Tape week is coming: https://www.kexp.org/read/2019/7/10/kexp-announces-mixtape-week-august-26-30-2019/ <br> </br> Here's a video from when ODM was live on KEXP: https://www.youtube.com/watch?v=_D0yUTZxius&list=PL83ED40515CD04821",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}