Information about plays

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

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

{
    "id": 493919,
    "uri": "https://api.kexp.org/v2/plays/493919/?format=api",
    "airdate": "2001-12-06T06:34:00-08:00",
    "show": 8468,
    "show_uri": "https://api.kexp.org/v2/shows/8468/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11QT5W9VQ1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11QT5W9VQ1L._SL75_.jpg",
    "song": "Aaxmus",
    "track_id": null,
    "recording_id": null,
    "artist": "The Black Dog",
    "artist_ids": [
        "a78d2a35-c083-4179-a5d8-49f84e5ec863"
    ],
    "album": "Spanners",
    "release_id": "9369a0c7-bc13-45b8-9445-a669c1ecf574",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1995-01-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}