Information about plays

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

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

{
    "id": 2680941,
    "uri": "https://api.kexp.org/v2/plays/2680941/?format=api",
    "airdate": "2020-01-01T19:23:07-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Flag Decal Won't Get You Into Heaven Anymore",
    "track_id": "6b2d601b-3a1e-40eb-8118-1140c945ca20",
    "recording_id": null,
    "artist": "John Prine",
    "artist_ids": [
        "e86492c1-0376-4df0-8042-8ba058c83960"
    ],
    "album": "John Prine",
    "release_id": "4576acac-ec9f-456e-8adf-2dc8dfdfb25a",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song live in Nashville in 2008: https://www.youtube.com/watch?v=Fq4y5yT7UuA ; http://www.johnprine.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}