Information about plays

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

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

{
    "id": 348551,
    "uri": "https://api.kexp.org/v2/plays/348551/?format=api",
    "airdate": "2019-07-01T07:57:05-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/a6fcd8fa-d51f-42cf-a6a8-eb4b8addf0a5/22471275019-250.jpg",
    "thumbnail_uri": "",
    "song": "Rock Lobster",
    "track_id": "acc68a67-b3af-4176-9a6e-85bbc5d9427a",
    "recording_id": null,
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "The B‐52’s",
    "release_id": "a6fcd8fa-d51f-42cf-a6a8-eb4b8addf0a5",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Fred Schneider, born on this day in 1951! The B-52s will be playing Woodland Park Zoo August 7th with OMD and Berlin. https://www.theb52s.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}