Information about plays

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

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

{
    "id": 351028,
    "uri": "https://api.kexp.org/v2/plays/351028/?format=api",
    "airdate": "2019-07-06T22:14:00-07:00",
    "show": 5848,
    "show_uri": "https://api.kexp.org/v2/shows/5848/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paranoid Video",
    "track_id": "74f1d6bf-2936-42dd-9584-a8a536e81154",
    "recording_id": null,
    "artist": "Total Control",
    "artist_ids": [
        "4ba2ddec-dd8d-44b8-8fee-1f4d06e63fb3"
    ],
    "album": "Paranoid Video",
    "release_id": "f65f408a-fbeb-47fe-9dc0-a2fb3d914132",
    "release_group_id": null,
    "labels": [
        "SmartGuy Records"
    ],
    "label_ids": [
        "6c66de5c-163e-4520-b00e-16cd0db217dd"
    ],
    "release_date": "2010-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}