Information about plays

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

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

{
    "id": 1277804,
    "uri": "https://api.kexp.org/v2/plays/1277804/?format=api",
    "airdate": "2007-09-11T04:55:39-07:00",
    "show": 22364,
    "show_uri": "https://api.kexp.org/v2/shows/22364/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HGEN30GRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HGEN30GRL._SL75_.jpg",
    "song": "All the Trees of the Field Will Clap Their Hands",
    "track_id": null,
    "recording_id": null,
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Seven Swans",
    "release_id": "2ee7b63f-a359-4081-a5b1-118983c3a5eb",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}