Information about plays

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

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

{
    "id": 489612,
    "uri": "https://api.kexp.org/v2/plays/489612/?format=api",
    "airdate": "2001-11-23T12:18:00-08:00",
    "show": 8381,
    "show_uri": "https://api.kexp.org/v2/shows/8381/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21SHDZKFTAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21SHDZKFTAL._SL75_.jpg",
    "song": "Broken Heart Blues",
    "track_id": "1fadf043-5263-4c7a-8e1e-337a5f4807c9",
    "recording_id": null,
    "artist": "Stuart Moxham & The Original Artists",
    "artist_ids": [
        "f8e3ac6f-7c6f-4963-87ca-29803a0d71eb"
    ],
    "album": "Signal Path",
    "release_id": "9ab746f6-1c0e-4271-8f46-b55b83c78d66",
    "release_group_id": null,
    "labels": [
        "Feel Good All Over"
    ],
    "label_ids": [
        "96807dd2-cf2a-420e-a1d9-c48d3d57ab17"
    ],
    "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"
}