Information about plays

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

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

{
    "id": 2675983,
    "uri": "https://api.kexp.org/v2/plays/2675983/?format=api",
    "airdate": "2019-12-20T16:06:35-08:00",
    "show": 46176,
    "show_uri": "https://api.kexp.org/v2/shows/46176/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep on Going",
    "track_id": "c0136089-a491-4d18-a935-7194402f79de",
    "recording_id": null,
    "artist": "Sons",
    "artist_ids": [
        "e1196139-f0d6-4794-b396-7d17802d536e"
    ],
    "album": "Family Dinner",
    "release_id": "c770e3fe-35fd-47d5-9099-dd327074e429",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The four of us are in line with what we want with our music.  You know each other so well, you can feel each other immediately. When we write songs, we only do that if everyone is there. The four of us are in a certain world, a different world, that matches really well. And that is something we already had from the beginning. From the first rehearsal, actually super cliché, it looked like a movie. We started playing together and it worked. From that moment it started and it still feels good.\"  https://bit.ly/2ECzaJ2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}