Information about plays

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

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

{
    "id": 347212,
    "uri": "https://api.kexp.org/v2/plays/347212/?format=api",
    "airdate": "2019-06-28T00:03:36-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/8aa21b5b-5810-4bc5-94f2-7cdfdcfc7dca/23223216016-250.jpg",
    "thumbnail_uri": "",
    "song": "Days Like This",
    "track_id": "3d16f741-e561-4b4f-b43e-e4410b519923",
    "recording_id": null,
    "artist": "MorMor",
    "artist_ids": [
        "8c92e1b3-727b-49de-b624-28e09c345ff8"
    ],
    "album": "Some Place Else",
    "release_id": "8aa21b5b-5810-4bc5-94f2-7cdfdcfc7dca",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MorMor (aka Toronto singer, producer, and multi instrumentalist Seth Nyquist) has released a new EP called Some Place Else. \n\nThe new six track release includes MorMor’s previously released “Outside.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}