Information about plays

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

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

{
    "id": 343847,
    "uri": "https://api.kexp.org/v2/plays/343847/?format=api",
    "airdate": "2019-06-20T08:17:00-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only Happy When It Rains",
    "track_id": "c6844cb7-e6d9-4234-a99f-87050997d52b",
    "recording_id": null,
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Only Happy When It Rains",
    "release_id": "0efbdea1-c915-487b-a0ec-8e394b5ce91b",
    "release_group_id": null,
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1995-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}