Information about plays

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

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

{
    "id": 347175,
    "uri": "https://api.kexp.org/v2/plays/347175/?format=api",
    "airdate": "2019-06-27T21:59:28-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/e97b306a-f42a-4d29-8a93-645c173599aa/4533406689-250.jpg",
    "thumbnail_uri": "",
    "song": "Blackbird",
    "track_id": "6b70ac0b-cdd4-484e-be37-fab5b4bb1ca0",
    "recording_id": null,
    "artist": "Fat Freddy’s Drop",
    "artist_ids": [
        "d451395a-f768-432e-bb70-d38c32baf4cb"
    ],
    "album": "Blackbird",
    "release_id": "e97b306a-f42a-4d29-8a93-645c173599aa",
    "release_group_id": null,
    "labels": [
        "The Drop"
    ],
    "label_ids": [
        "71e56af0-7f9f-48cd-a0c3-6be933eb7d6a"
    ],
    "release_date": "2013-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fat Freddy's Drop is a New Zealand seven piece band from Wellington, whose musical style has been characterised as any combination of dub, reggae, soul, jazz, rhythm and blues, and techno.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}