Information about plays

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

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

{
    "id": 356189,
    "uri": "https://api.kexp.org/v2/plays/356189/?format=api",
    "airdate": "2019-07-18T20:40:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Truth Lies Low",
    "track_id": "905ea849-a5cd-3029-9e3f-fc0901b714c6",
    "recording_id": null,
    "artist": "The Drams",
    "artist_ids": [
        "f1b4cb68-0dc4-403f-b010-021b1302fc37"
    ],
    "album": "Jubilee Dive",
    "release_id": "adfa1659-3c56-4dea-8d39-99937b474907",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2006-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}