Information about plays

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

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

{
    "id": 377927,
    "uri": "https://api.kexp.org/v2/plays/377927/?format=api",
    "airdate": "2019-09-07T11:33:31-07:00",
    "show": 6288,
    "show_uri": "https://api.kexp.org/v2/shows/6288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under Contention",
    "track_id": "1ccccf61-882d-3fdd-887e-a001c6a799cd",
    "recording_id": null,
    "artist": "Alpha & Omega",
    "artist_ids": [
        "0ac81a92-b119-40be-875d-e091071588f8"
    ],
    "album": "Dub Plate Selection, Volume 1",
    "release_id": "a411388f-0fe3-4c59-8faf-3f1bb01971c8",
    "release_group_id": null,
    "labels": [
        "Alpha & Omega Records"
    ],
    "label_ids": [
        "9cf963d5-2ff4-462c-9fad-a99bb5a9ab01"
    ],
    "release_date": "1995-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}