Information about plays

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

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

{
    "id": 349063,
    "uri": "https://api.kexp.org/v2/plays/349063/?format=api",
    "airdate": "2019-07-02T14:10:58-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "http://coverartarchive.org/release/2eebdb83-011b-4c9b-877d-53a2cf763ce7/21164714454-250.jpg",
    "thumbnail_uri": "",
    "song": "Young Hearts",
    "track_id": "1af3ea0d-d632-417c-b2e4-4b940e906129",
    "recording_id": null,
    "artist": "NAVVI",
    "artist_ids": [
        "b2595e56-5e19-43e1-8e6a-3e27fc7f7476"
    ],
    "album": "Ultra",
    "release_id": "2eebdb83-011b-4c9b-877d-53a2cf763ce7",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch our in-studio session with NAVVI from back in 2016: https://www.youtube.com/watch?v=cJyjZaB-9cg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}