Information about plays

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

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

{
    "id": 353296,
    "uri": "https://api.kexp.org/v2/plays/353296/?format=api",
    "airdate": "2019-07-12T02:17:29-07:00",
    "show": 5886,
    "show_uri": "https://api.kexp.org/v2/shows/5886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Relaxed Lizard",
    "track_id": "7c65ee8f-c0b4-47c9-bb48-0646b8d5e073",
    "recording_id": null,
    "artist": "Soft Hair",
    "artist_ids": [
        "19771fbd-8a9d-4315-a6d0-2ea95dbf02ab"
    ],
    "album": "Soft Hair",
    "release_id": "c1dbca98-3b74-473f-b8d5-1019dedcd823",
    "release_group_id": null,
    "labels": [
        "Weird World"
    ],
    "label_ids": [
        "343db7a3-cd39-4e22-a337-bb5b6c774500"
    ],
    "release_date": "2016-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}