Information about plays

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

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

{
    "id": 519909,
    "uri": "https://api.kexp.org/v2/plays/519909/?format=api",
    "airdate": "2002-02-20T20:30:00-08:00",
    "show": 8972,
    "show_uri": "https://api.kexp.org/v2/shows/8972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V4AEQPRAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V4AEQPRAL._SL75_.jpg",
    "song": "Down in Mississippi",
    "track_id": "dc029cbd-9919-42d6-ba8a-5d013cdece2b",
    "recording_id": null,
    "artist": "Roebuck \"Pops\" Staples",
    "artist_ids": [
        "b70b23f2-a310-4f08-8ec2-a45d3cc27bc1"
    ],
    "album": "Peace to the Neighborhood",
    "release_id": "cff373a4-a3f5-47f1-9ae2-17f48e96f55a",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}