Information about plays

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

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

{
    "id": 2680407,
    "uri": "https://api.kexp.org/v2/plays/2680407/?format=api",
    "airdate": "2019-12-31T12:55:41-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ring of Fire",
    "track_id": "cc85e65a-ecac-3b7b-9c9b-03d988940536",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Legend",
    "release_id": "6792b437-e0fa-37fc-9cc1-fe87aae00eee",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the story behind \"Ring of Fire\": https://www.wideopencountry.com/story-behind-johnny-cashs-iconic-hit-ring-fire/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}