Information about plays

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

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

{
    "id": 347897,
    "uri": "https://api.kexp.org/v2/plays/347897/?format=api",
    "airdate": "2019-06-29T16:42:20-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Today's Lover",
    "track_id": "c16d880f-5025-4453-b8db-713266c32efe",
    "recording_id": null,
    "artist": "Erik Blood",
    "artist_ids": [
        "bb5edacd-c97d-42df-9174-2fa7abbf69ee"
    ],
    "album": "Touch Screens",
    "release_id": "e84031cc-496e-43ac-ad87-f84a60370823",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this video of Erik Blood performing this song and others during his 2012 in-studio at KEXP: https://www.youtube.com/watch?v=d1NoaQEnuR4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}