Information about plays

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

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

{
    "id": 2682886,
    "uri": "https://api.kexp.org/v2/plays/2682886/?format=api",
    "airdate": "2020-01-06T14:51:10-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/d38d37ed-7da8-3105-bc4f-2e7661667126/3192391381-250.jpg",
    "thumbnail_uri": "",
    "song": "Lotus Flower",
    "track_id": "45b317eb-c23e-38bc-8c8a-4418bd29dbf0",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The King of Limbs",
    "release_id": "d38d37ed-7da8-3105-bc4f-2e7661667126",
    "release_group_id": null,
    "labels": [
        "Ticker Tape Ltd"
    ],
    "label_ids": [
        "e992b53e-d204-47e5-9d16-08f8efcbd0a4"
    ],
    "release_date": "2011-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video for Lotus Flower! Nobody has moves like Mr. Yorke: https://www.youtube.com/watch?v=cfOa1a8hYP8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}