Information about plays

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

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

{
    "id": 2677044,
    "uri": "https://api.kexp.org/v2/plays/2677044/?format=api",
    "airdate": "2019-12-23T06:32:45-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "https://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": "Local musician David Bazan released his fifth album under the moniker Pedro The Lion in January of this year. Thanks for the request Doug!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}