Information about plays

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

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

{
    "id": 355537,
    "uri": "https://api.kexp.org/v2/plays/355537/?format=api",
    "airdate": "2019-07-17T09:06:39-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "http://coverartarchive.org/release/f22659b0-af4c-4684-b63d-557c5641df90/19687304580-250.jpg",
    "thumbnail_uri": "",
    "song": "California Nights",
    "track_id": "cd79d42a-8d61-4dfa-b3e3-65df65409dcd",
    "recording_id": null,
    "artist": "Best Coast",
    "artist_ids": [
        "5ab8835e-ac44-4055-9c11-7878199606b5"
    ],
    "album": "California Nights",
    "release_id": "f22659b0-af4c-4684-b63d-557c5641df90",
    "release_group_id": null,
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "2015-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best Coast is a Los Angeles-based rock duo (songwriter, guitarist and vocalist Bethany Cosentino and guitarist and multi-instrumentalist Bobb Bruno). Here's the video when they performed live at KEXP in 2013: https://www.youtube.com/watch?v=e_1Ii7qFI3U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}