Information about plays

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

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

{
    "id": 1275677,
    "uri": "https://api.kexp.org/v2/plays/1275677/?format=api",
    "airdate": "2007-09-05T18:32:50-07:00",
    "show": 22328,
    "show_uri": "https://api.kexp.org/v2/shows/22328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516MKv%2Bfa6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516MKv%2Bfa6L._SL75_.jpg",
    "song": "Mississippi Delta",
    "track_id": null,
    "recording_id": null,
    "artist": "Bobbie Gentry",
    "artist_ids": [
        "a5106366-6368-4a02-a580-73a3c02abb2f"
    ],
    "album": "Chickasaw County Child: The Artistry of Bobbie Gentry",
    "release_id": "2a0e2d72-d133-4901-830b-10687d7195aa",
    "release_group_id": null,
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}