Information about plays

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

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

{
    "id": 347394,
    "uri": "https://api.kexp.org/v2/plays/347394/?format=api",
    "airdate": "2019-06-28T11:17:05-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/b152df81-9311-4f9e-9eb6-659ade6a8c06/8512126596-250.jpg",
    "thumbnail_uri": "",
    "song": "Queen",
    "track_id": "a75be62b-7e6d-4c89-96d3-9513ea036240",
    "recording_id": null,
    "artist": "Perfume Genius",
    "artist_ids": [
        "c4ff10e0-ae5a-467d-a409-6e0b4bf241eb"
    ],
    "album": "Too Bright",
    "release_id": "b152df81-9311-4f9e-9eb6-659ade6a8c06",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2014-09-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See the iconic video for this song by Seattle-based artist Perfume Genius here: https://www.youtube.com/watch?v=Z7OSSUwPVM4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}