Information about plays

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

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

{
    "id": 342955,
    "uri": "https://api.kexp.org/v2/plays/342955/?format=api",
    "airdate": "2019-06-18T13:22:51-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "http://coverartarchive.org/release/8114b878-c9ff-4c4f-bc19-5baabc10f32c/10513425245-250.jpg",
    "thumbnail_uri": "",
    "song": "Well-Dressed",
    "track_id": "2f545751-9363-47a1-84d1-005d773f556f",
    "recording_id": null,
    "artist": "Hop Along",
    "artist_ids": [
        "91640d9b-b077-4271-9fb7-84f3ea543f24"
    ],
    "album": "Painted Shut",
    "release_id": "8114b878-c9ff-4c4f-bc19-5baabc10f32c",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2015-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a fine live performance by Hop Along from the KEXP studio in August, 2018:  https://www.youtube.com/watch?v=x-zaARSR6bY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}