Information about plays

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

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

{
    "id": 346680,
    "uri": "https://api.kexp.org/v2/plays/346680/?format=api",
    "airdate": "2019-06-26T20:43:33-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Couldn't Say It to Your Face",
    "track_id": "3eb47afe-2eed-3168-b294-439ba7b9458d",
    "recording_id": null,
    "artist": "Arthur Russell",
    "artist_ids": [
        "f43370e3-6d86-44e7-ae4c-ca098962dcd0"
    ],
    "album": "Love Is Overtaking Me",
    "release_id": "672374a9-0b5d-491a-ac8d-16d4808d9633",
    "release_group_id": null,
    "labels": [
        "Audika"
    ],
    "label_ids": [
        "613be16a-2c75-446d-99ca-184420a55cf9"
    ],
    "release_date": "2008-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}