Information about plays

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

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

{
    "id": 343209,
    "uri": "https://api.kexp.org/v2/plays/343209/?format=api",
    "airdate": "2019-06-18T23:49:45-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/a7dc1880-152b-4802-be16-87a8ccc1a5b4/23171465624-250.jpg",
    "thumbnail_uri": "",
    "song": "AUTE CUTURE",
    "track_id": "5ed127a5-5c82-4e04-88dd-4c24cd457430",
    "recording_id": null,
    "artist": "ROSALÍA",
    "artist_ids": [
        "25f3abd9-63b5-471a-bd25-feb9672dfa11"
    ],
    "album": "AUTE CUTURE",
    "release_id": "a7dc1880-152b-4802-be16-87a8ccc1a5b4",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2019-05-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rosalía has had an exciting 2019 so far, he 2nd studio album came out in November 2018, and since then she's already released this new song, and made her acting film debut in a movie called Pain & Glory.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}