Information about plays

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

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

{
    "id": 345815,
    "uri": "https://api.kexp.org/v2/plays/345815/?format=api",
    "airdate": "2019-06-25T04:54:03-07:00",
    "show": 5766,
    "show_uri": "https://api.kexp.org/v2/shows/5766/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Friend",
    "track_id": "3e900bb0-5a06-4060-8bcd-87647f5a30dd",
    "recording_id": null,
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "This Mess Is a Place",
    "release_id": "da50c5bf-b993-484a-b383-75940ac53d81",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Also playing a ton of dates this summer! - https://tacocat.bandcamp.com/album/this-mess-is-a-place-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}