Information about plays

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

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

{
    "id": 344225,
    "uri": "https://api.kexp.org/v2/plays/344225/?format=api",
    "airdate": "2019-06-21T03:13:20-07:00",
    "show": 5735,
    "show_uri": "https://api.kexp.org/v2/shows/5735/?format=api",
    "image_uri": "http://coverartarchive.org/release/f0e2e37d-d569-41ff-a04a-98224bd2c90b/6581272200-250.jpg",
    "thumbnail_uri": "",
    "song": "9",
    "track_id": "7f1d2792-4227-4460-b405-cbf62e5bd18c",
    "recording_id": null,
    "artist": "Föllakzoid",
    "artist_ids": [
        "3940a6c3-a334-4fc8-a5d5-1706f59118fe"
    ],
    "album": "II",
    "release_id": "f0e2e37d-d569-41ff-a04a-98224bd2c90b",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2013-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Chilean band Follakzoid! https://follakzoid.bandcamp.com/ They've got a new album coming out August 1st.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}