Information about plays

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

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

{
    "id": 344022,
    "uri": "https://api.kexp.org/v2/plays/344022/?format=api",
    "airdate": "2019-06-20T16:40:41-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Remainder",
    "track_id": "10dd88a9-c018-4df8-aeb1-e3c2ea54bfc2",
    "recording_id": null,
    "artist": "Trupa Trupa",
    "artist_ids": [
        "31687f99-ddfd-4d23-8609-08020b7b386f"
    ],
    "album": "Remainder",
    "release_id": "9a1ba83c-ff12-4107-be07-e4f1f40b099d",
    "release_group_id": null,
    "labels": [
        "Glitterbeat"
    ],
    "label_ids": [
        "2b63cc99-f955-427a-828d-440635381748"
    ],
    "release_date": "2019-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trupa Trupa is a Polish band and recent signee to Sub Pop. 'Remainder' is the first single of their upcoming album through their new label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}