Information about plays

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

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

{
    "id": 1416180,
    "uri": "https://api.kexp.org/v2/plays/1416180/?format=api",
    "airdate": "2008-08-30T12:44:00-07:00",
    "show": 24699,
    "show_uri": "https://api.kexp.org/v2/shows/24699/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61SJ3SMGN7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61SJ3SMGN7L._SL75_.jpg",
    "song": "Eternally Is Here",
    "track_id": "43aeac48-f82f-4b46-a8f0-76a78b99dc93",
    "recording_id": null,
    "artist": "The Gun Club",
    "artist_ids": [
        "e78cc47f-9b89-4ef7-86f8-8f9df4f9dac9"
    ],
    "album": "The Las Vegas Story",
    "release_id": "aa88fbf5-6f99-4f37-82ad-041a1c773ef3",
    "release_group_id": null,
    "labels": [
        "Animal Records"
    ],
    "label_ids": [
        "b47c4a30-cc3a-4da0-9126-f80f25cf6dcf"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}