Information about plays

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

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

{
    "id": 377162,
    "uri": "https://api.kexp.org/v2/plays/377162/?format=api",
    "airdate": "2019-09-05T19:06:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On The Rebound",
    "track_id": null,
    "recording_id": null,
    "artist": "JP Harris",
    "artist_ids": [
        "b40f93a8-a1d3-44f9-bee9-9ab0293b26bc"
    ],
    "album": "Why Don't We Duet In The Road (Again)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Free Dirt Records"
    ],
    "label_ids": [
        "cabd9a49-9df2-47b3-ac4b-d9b5a67bf0a4"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "an old Del Reeves song performed as a duet with Elizabeth Cook",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}