Information about plays

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

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

{
    "id": 2680670,
    "uri": "https://api.kexp.org/v2/plays/2680670/?format=api",
    "airdate": "2020-01-01T04:24:27-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd392436-fcce-4fa9-ae5b-23620a7f9904/2806507659-250.jpg",
    "thumbnail_uri": "",
    "song": "Champagne Year",
    "track_id": "2cb01c35-5b56-385d-b7b7-88cdd3fe1870",
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "Strange Mercy",
    "release_id": "bd392436-fcce-4fa9-ae5b-23620a7f9904",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2011-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I make a living telling people what they want to hear",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}