Information about plays

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

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

{
    "id": 353511,
    "uri": "https://api.kexp.org/v2/plays/353511/?format=api",
    "airdate": "2019-07-12T14:52:02-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/3b4c7e87-c690-49a8-ab74-d1194a42acb3/9708283166-250.jpg",
    "thumbnail_uri": "",
    "song": "Reptile",
    "track_id": "0a3f65bb-6cdb-3b40-ad4e-03839483c88a",
    "recording_id": null,
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Starfish",
    "release_id": "3b4c7e87-c690-49a8-ab74-d1194a42acb3",
    "release_group_id": null,
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXPL https://www.youtube.com/watch?v=zLJh7yR57jU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}