Information about plays

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

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

{
    "id": 2681991,
    "uri": "https://api.kexp.org/v2/plays/2681991/?format=api",
    "airdate": "2020-01-04T10:45:00-08:00",
    "show": 46289,
    "show_uri": "https://api.kexp.org/v2/shows/46289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yes I Do",
    "track_id": "149d5738-c570-4570-ac77-0c1443f56f0b",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Out Deh!",
    "release_id": "8ed0c7a0-c391-4f57-a38f-691e66f2b0b0",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}