Information about plays

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

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

{
    "id": 1296172,
    "uri": "https://api.kexp.org/v2/plays/1296172/?format=api",
    "airdate": "2007-10-28T17:30:17-07:00",
    "show": 22676,
    "show_uri": "https://api.kexp.org/v2/shows/22676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BFQSV24KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BFQSV24KL._SL75_.jpg",
    "song": "Jumping Someone Else's Train",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Boys Don't Cry",
    "release_id": "7a2ed28e-1744-4743-b51d-3e7a07f8aa97",
    "release_group_id": null,
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "1986-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}