Information about plays

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

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

{
    "id": 1290523,
    "uri": "https://api.kexp.org/v2/plays/1290523/?format=api",
    "airdate": "2007-10-13T16:25:39-07:00",
    "show": 22579,
    "show_uri": "https://api.kexp.org/v2/shows/22579/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RNE85TEWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RNE85TEWL._SL75_.jpg",
    "song": "The Villain",
    "track_id": "e83735a0-ac6e-4d1b-a0f3-cd43e3d8ec6d",
    "recording_id": null,
    "artist": "Old 97's",
    "artist_ids": [
        "8dd216da-6db2-4130-9a7c-ece756d1394d"
    ],
    "album": "Hit by a Train: The Best of Old 97's",
    "release_id": "6bc3a475-cfae-458e-9987-c75a5cd8d190",
    "release_group_id": null,
    "labels": [
        "Elektra/Rhino"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}