Information about plays

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

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

{
    "id": 376388,
    "uri": "https://api.kexp.org/v2/plays/376388/?format=api",
    "airdate": "2019-09-04T04:38:44-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "http://coverartarchive.org/release/5297f60a-d4b7-4fab-9135-8807c86f757a/3727301446-250.jpg",
    "thumbnail_uri": "",
    "song": "Lloyd, I’m Ready to Be Heartbroken",
    "track_id": "e4478b1d-bc7b-477d-a611-444c4aa52880",
    "recording_id": null,
    "artist": "Camera Obscura",
    "artist_ids": [
        "94219793-a46b-4c39-9397-e05ad633f32d"
    ],
    "album": "Let’s Get Out of This Country",
    "release_id": "5297f60a-d4b7-4fab-9135-8807c86f757a",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2006-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}