Information about plays

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

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

{
    "id": 342958,
    "uri": "https://api.kexp.org/v2/plays/342958/?format=api",
    "airdate": "2019-06-18T13:34:33-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sundial",
    "track_id": "c1ad2232-b0a2-3850-8b8a-c97cf443bac9",
    "recording_id": null,
    "artist": "Pond",
    "artist_ids": [
        "1ef504e7-2f2d-41a5-9536-64f161f54174"
    ],
    "album": "The Practice of Joy Before Death",
    "release_id": "b3c050ce-2004-4db2-b2f8-96e28b134d6e",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1995-01-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland, Oregon band Pond formed in 1991 and broke up in 1998.: https://www.subpop.com/artists/pond",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}