Information about plays

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

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

{
    "id": 378004,
    "uri": "https://api.kexp.org/v2/plays/378004/?format=api",
    "airdate": "2019-09-07T15:57:27-07:00",
    "show": 6290,
    "show_uri": "https://api.kexp.org/v2/shows/6290/?format=api",
    "image_uri": "http://coverartarchive.org/release/8c603e8d-f107-3210-af7b-ee921b668269/2846810714-250.jpg",
    "thumbnail_uri": "",
    "song": "X Offender",
    "track_id": "c7b5d2b0-dc5f-33ea-95ba-6c0e3c81e68e",
    "recording_id": null,
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Blondie",
    "release_id": "8c603e8d-f107-3210-af7b-ee921b668269",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spin recently republished an interview from '86 with Blondie https://www.spin.com/featured/blondie-debbie-harry-chris-stein-january-1986-cover-story-debbies-back/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}