Information about plays

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

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

{
    "id": 375441,
    "uri": "https://api.kexp.org/v2/plays/375441/?format=api",
    "airdate": "2019-09-02T01:51:00-07:00",
    "show": 6252,
    "show_uri": "https://api.kexp.org/v2/shows/6252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody Eats When They Come to My House",
    "track_id": "d2be70f5-edc4-302f-a79c-574458e0a4ea",
    "recording_id": null,
    "artist": "Ernestine Anderson",
    "artist_ids": [
        "d4fed395-5b9d-4b70-b45a-c6cbb0b46c9e"
    ],
    "album": "Love Makes the Changes",
    "release_id": "4dc0fa56-0f14-4186-9e49-296c5d080e81",
    "release_group_id": null,
    "labels": [
        "HighNote Records"
    ],
    "label_ids": [
        "2d60b096-aeff-4893-af9b-9b2b702b02a2"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}