Information about plays

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

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

{
    "id": 380863,
    "uri": "https://api.kexp.org/v2/plays/380863/?format=api",
    "airdate": "2019-09-14T17:00:55-07:00",
    "show": 6339,
    "show_uri": "https://api.kexp.org/v2/shows/6339/?format=api",
    "image_uri": "http://coverartarchive.org/release/6f260569-6480-4bff-a9a9-e9b055624fe1/18464208583-250.jpg",
    "thumbnail_uri": "",
    "song": "Falcon Jab",
    "track_id": "b053b7aa-bd71-391c-a420-ae9320338277",
    "recording_id": null,
    "artist": "Ratatat",
    "artist_ids": [
        "f467181e-d5e0-4285-b47e-e853dcc89ee7"
    ],
    "album": "LP3",
    "release_id": "6f260569-6480-4bff-a9a9-e9b055624fe1",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2008-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 2008, \"LP3\" was Brooklyn based duo Ratatat's third album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}