Information about plays

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

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

{
    "id": 383147,
    "uri": "https://api.kexp.org/v2/plays/383147/?format=api",
    "airdate": "2019-09-19T21:40:12-07:00",
    "show": 6374,
    "show_uri": "https://api.kexp.org/v2/shows/6374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do the Thing Right",
    "track_id": "7b525a71-5c18-46d6-9e1f-baef51b19138",
    "recording_id": null,
    "artist": "Zaki Ibrahim",
    "artist_ids": [
        "b0159c0d-be6d-4f24-a665-2a1cd69d5379"
    ],
    "album": "The Secret Life of Planets",
    "release_id": "8356ad73-142e-4bb3-8ff4-5d326ae8b4b0",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-01-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "South African-Canadian singer-songwriter",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}