Information about plays

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

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

{
    "id": 1382932,
    "uri": "https://api.kexp.org/v2/plays/1382932/?format=api",
    "airdate": "2008-06-07T20:46:00-07:00",
    "show": 24143,
    "show_uri": "https://api.kexp.org/v2/shows/24143/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jk8YguczL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jk8YguczL._SL75_.jpg",
    "song": "Those Days Are Gone And My Heart Us Breaking",
    "track_id": null,
    "recording_id": null,
    "artist": "Barton Carroll",
    "artist_ids": [
        "ccfd4a7a-650e-43ca-ab51-a7baa1b5ad65"
    ],
    "album": "The Lost One",
    "release_id": "22ad89d7-fbcf-47f9-9d18-1332f29201f7",
    "release_group_id": null,
    "labels": [
        "Skybucket Records"
    ],
    "label_ids": [
        "902a44f6-a7f8-4fb6-8850-c5c792d749b6"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}