Information about plays

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

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

{
    "id": 346904,
    "uri": "https://api.kexp.org/v2/plays/346904/?format=api",
    "airdate": "2019-06-27T09:26:55-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d228105-0575-4b0a-9505-cf53f3318836/7269431799-250.jpg",
    "thumbnail_uri": "",
    "song": "Pulling Our Weight",
    "track_id": "6ed5e366-0963-3e22-8fa3-4266cf20f185",
    "recording_id": null,
    "artist": "The Radio Dept.",
    "artist_ids": [
        "e664d1cd-23ab-48d5-b8fa-e98485daa5be"
    ],
    "album": "Passive Aggressive: Singles 2002-2010",
    "release_id": "9d228105-0575-4b0a-9505-cf53f3318836",
    "release_group_id": null,
    "labels": [
        "Labrador"
    ],
    "label_ids": [
        "9c4f19be-ce66-44a6-8a19-9202c17361b5"
    ],
    "release_date": "2011-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Swedish band's 2005 <i>Pulling Our Weight</i> EP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}