Information about plays

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

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

{
    "id": 356640,
    "uri": "https://api.kexp.org/v2/plays/356640/?format=api",
    "airdate": "2019-07-19T22:27:00-07:00",
    "show": 5941,
    "show_uri": "https://api.kexp.org/v2/shows/5941/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brossface Brippler (feat. Busta Rhymes)",
    "track_id": null,
    "recording_id": null,
    "artist": "Westside Gunn",
    "artist_ids": [],
    "album": "Supreme Blientele",
    "release_id": "7d269d43-8b0e-495a-99d7-9c4a0801f6ed",
    "release_group_id": null,
    "labels": [
        "Griselda Records"
    ],
    "label_ids": [
        "c3ca8855-d7b5-43fa-ba05-1c069f4bdec6"
    ],
    "release_date": "2018-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}