Information about plays

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

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

{
    "id": 462292,
    "uri": "https://api.kexp.org/v2/plays/462292/?format=api",
    "airdate": "2001-09-03T03:25:00-07:00",
    "show": 7850,
    "show_uri": "https://api.kexp.org/v2/shows/7850/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21H0W45VT8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21H0W45VT8L._SL75_.jpg",
    "song": "TFS ",
    "track_id": null,
    "recording_id": null,
    "artist": "Triumph 2000",
    "artist_ids": [
        "0d6326be-80b6-4fd4-bb9c-35a09d4d9936"
    ],
    "album": "Phazed & Confused",
    "release_id": "31d45452-109a-411f-bf6a-cc34890c9925",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}