Information about plays

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

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

{
    "id": 501612,
    "uri": "https://api.kexp.org/v2/plays/501612/?format=api",
    "airdate": "2001-12-29T10:02:18-08:00",
    "show": 8614,
    "show_uri": "https://api.kexp.org/v2/shows/8614/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FZSCTJH8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FZSCTJH8L._SL75_.jpg",
    "song": "Why Can't We Live Together? (extended)",
    "track_id": "42f609d1-9114-46ea-8df5-c04c901ca402",
    "recording_id": null,
    "artist": "Tinga Stewart",
    "artist_ids": [
        "9c1b9707-0760-4710-80cc-e95e4fc23f21"
    ],
    "album": "Darker Than Blue: Soul From Jamdown 1973 - 1980",
    "release_id": "459c2ef5-44f8-46c2-8b5d-80e4ef1db4f8",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}