Information about plays

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

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

{
    "id": 1371770,
    "uri": "https://api.kexp.org/v2/plays/1371770/?format=api",
    "airdate": "2008-05-08T22:47:28-07:00",
    "show": 23946,
    "show_uri": "https://api.kexp.org/v2/shows/23946/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SNInCSyCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SNInCSyCL._SL75_.jpg",
    "song": "Angelica",
    "track_id": "23f6b2d4-9e27-41bb-ac2b-69ccedc2d6ab",
    "recording_id": null,
    "artist": "Scott Walker",
    "artist_ids": [
        "99524243-dc2e-4bf3-82c0-72395391d21f"
    ],
    "album": "Scott",
    "release_id": "def2b98c-0c2f-4847-88de-370503d1bb56",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}