Information about plays

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

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

{
    "id": 380936,
    "uri": "https://api.kexp.org/v2/plays/380936/?format=api",
    "airdate": "2019-09-14T21:35:00-07:00",
    "show": 6341,
    "show_uri": "https://api.kexp.org/v2/shows/6341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sprinkler",
    "track_id": "2b1260e3-5350-386f-bb84-3a6b12f3a7e7",
    "recording_id": null,
    "artist": "Sicko",
    "artist_ids": [
        "a8d741ae-ae10-4ee1-b965-7694c70ba7a5"
    ],
    "album": "You Can Feel the Love in This Room",
    "release_id": "d15d565e-de9f-4206-9ea3-b05144f78caf",
    "release_group_id": null,
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": "1994-03-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "playing the Tractor on Sept 20th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}