Information about plays

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

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

{
    "id": 350492,
    "uri": "https://api.kexp.org/v2/plays/350492/?format=api",
    "airdate": "2019-07-05T15:09:36-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/1f71263f-1270-41d2-be14-787710869a9f/14006622591-250.jpg",
    "thumbnail_uri": "",
    "song": "Same Old Blues",
    "track_id": "a7f81520-c86b-4db7-84c5-62314206c59f",
    "recording_id": null,
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Three",
    "release_id": "1f71263f-1270-41d2-be14-787710869a9f",
    "release_group_id": null,
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2016-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Josh Carter on the origins of this song: \"We were digging around through some samples, and [producer] Ricky Reed had this old gospel record, so we chopped up the sample and wrote around it. I was going through my notebooks, and I had this one line, 'And this is nothing new. It’s just the same old blues.' Some kind of depressing drivel, and we turned it into a song.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}