Information about plays

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

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

{
    "id": 343881,
    "uri": "https://api.kexp.org/v2/plays/343881/?format=api",
    "airdate": "2019-06-20T10:01:42-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "http://coverartarchive.org/release/6f439a36-82a8-4b46-8d25-007e5e0092c3/16424755245-250.jpg",
    "thumbnail_uri": "",
    "song": "Living Stone",
    "track_id": "d3feb0f4-c524-30f5-92d4-24f11ef15d12",
    "recording_id": null,
    "artist": "Sierra Leone's Refugee All Stars",
    "artist_ids": [
        "9dd40fc0-d29a-4168-84e3-36357e9159ac"
    ],
    "album": "Rise & Shine",
    "release_id": "6f439a36-82a8-4b46-8d25-007e5e0092c3",
    "release_group_id": null,
    "labels": [
        "Cumbancha"
    ],
    "label_ids": [
        "ca1dd9fa-ab3a-45c0-97b9-4c66c8eb2fc7"
    ],
    "release_date": "2010-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sierra Leone's Refugee All Stars is a band from Sierra Leone which was formed by a group of refugees displaced to Guinea during the Sierra Leone Civil War.\" Check out their KEXP performance from 2010 here: https://www.youtube.com/watch?v=Y47StAQQqT0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}