Information about plays

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

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

{
    "id": 356263,
    "uri": "https://api.kexp.org/v2/plays/356263/?format=api",
    "airdate": "2019-07-19T00:52:58-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "http://coverartarchive.org/release/f5e1664c-8d74-404b-8b53-70ac7f7ef27b/23524316237-250.jpg",
    "thumbnail_uri": "",
    "song": "You Used to Love Me",
    "track_id": "0cc607ca-fa7c-4d93-9dab-7c39d54e44c0",
    "recording_id": null,
    "artist": "Quantic featuring Denitia",
    "artist_ids": [
        "f1560407-8826-4ec9-b78f-e0c3fa3ea4f5"
    ],
    "album": "Atlantic Oscillations",
    "release_id": "f5e1664c-8d74-404b-8b53-70ac7f7ef27b",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Atlantic Oscillations” embodies a disco vibrancy taken directly from sweaty dance nights in Brooklyn’s small disco and dance clubs https://quanticmusic.bandcamp.com/album/atlantic-oscillations-2 Quantic performing LIVE Saturday, August 31 at Nectar Lounge.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}