Information about plays

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

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

{
    "id": 351985,
    "uri": "https://api.kexp.org/v2/plays/351985/?format=api",
    "airdate": "2019-07-09T05:57:38-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/526c7260-67b9-4bd0-99ea-af52effa6d0d/21890458678-250.jpg",
    "thumbnail_uri": "",
    "song": "Yellow Bike",
    "track_id": "74c50bb4-53b0-49e3-80a5-4bbcf349ac4d",
    "recording_id": null,
    "artist": "Pedro the Lion",
    "artist_ids": [
        "2f360fd9-6440-4896-9f45-8156e8b0b204"
    ],
    "album": "Phoenix",
    "release_id": "526c7260-67b9-4bd0-99ea-af52effa6d0d",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}