Information about plays

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

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

{
    "id": 342858,
    "uri": "https://api.kexp.org/v2/plays/342858/?format=api",
    "airdate": "2019-06-18T07:12:22-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/afbdab91-97b9-460a-967e-6dbf7c71d2bb/22880748414-250.jpg",
    "thumbnail_uri": "",
    "song": "Where Is Her Head",
    "track_id": "093946fd-089b-4987-9d61-e1c8d2087e2c",
    "recording_id": null,
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "I Am Easy to Find",
    "release_id": "afbdab91-97b9-460a-967e-6dbf7c71d2bb",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aaron takes lead on this one with singer-songwriter Eve Owens. He told Pitchfork: ...it feels different than what Matt would write—maybe I should feel embarrassed about that. [laughs] And then Eve has this bell-clear English voice, which made it even brighter. It’s fun to play live; it goes off the rails in a really nice way.\" https://pitchfork.com/features/song-by-song/the-national-i-am-easy-to-find-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}