Information about plays

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

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

{
    "id": 375876,
    "uri": "https://api.kexp.org/v2/plays/375876/?format=api",
    "airdate": "2019-09-03T05:28:26-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keeping Time",
    "track_id": "d2ce2f34-3c7c-4b8b-80dc-74e52723a1ff",
    "recording_id": null,
    "artist": "Angie McMahon",
    "artist_ids": [
        "2ce4f102-23e6-42c4-84a2-3c13d24e1b66"
    ],
    "album": "Salt",
    "release_id": "1cb78071-50e0-4b53-ac63-992d1d163016",
    "release_group_id": null,
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}