Information about plays

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

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

{
    "id": 375367,
    "uri": "https://api.kexp.org/v2/plays/375367/?format=api",
    "airdate": "2019-09-01T20:44:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am the Blackgold of the Sun",
    "track_id": "b64bfe58-c459-46ae-a716-4bb1aaed5505",
    "recording_id": null,
    "artist": "Rotary Connection",
    "artist_ids": [
        "3b7698a3-7ab2-4481-8425-f5ab45f91a75"
    ],
    "album": "Hey, Love",
    "release_id": "87cc4bbe-08b4-4dc5-b50a-f57db0b3beb3",
    "release_group_id": null,
    "labels": [
        "Cadet Concept Records"
    ],
    "label_ids": [
        "7869129f-3e87-4a4f-8f52-a88e1a449a1b"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}