Information about plays

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

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

{
    "id": 375851,
    "uri": "https://api.kexp.org/v2/plays/375851/?format=api",
    "airdate": "2019-09-03T03:58:15-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Tide",
    "track_id": "c199d52a-3293-4eb2-b404-cfbd350363f9",
    "recording_id": null,
    "artist": "Lemolo",
    "artist_ids": [
        "aea5a115-b437-4d93-aa2e-fd829b8cfd1f"
    ],
    "album": "Swansea",
    "release_id": "b63da2dc-f5ab-4da7-b71d-289a1f012e21",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}