Information about plays

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

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

{
    "id": 345475,
    "uri": "https://api.kexp.org/v2/plays/345475/?format=api",
    "airdate": "2019-06-24T08:11:02-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/109d52b0-d007-47ff-bef9-658e93fda65d/5814101251-250.jpg",
    "thumbnail_uri": "",
    "song": "Dry the Rain",
    "track_id": "ae0355fd-d6bf-38f4-8a6b-30d2dec1d346",
    "recording_id": null,
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "The Three E.P.’s",
    "release_id": "109d52b0-d007-47ff-bef9-658e93fda65d",
    "release_group_id": null,
    "labels": [
        "Regal"
    ],
    "label_ids": [
        "c3b2ae8c-1d88-4c5e-a683-1ffb720c12f2"
    ],
    "release_date": "1998-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is dedicated to everyone in Seattle right now. We'd like to know where summer went.. 🤔",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}