Information about plays

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

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

{
    "id": 494226,
    "uri": "https://api.kexp.org/v2/plays/494226/?format=api",
    "airdate": "2001-12-07T04:20:00-08:00",
    "show": 8473,
    "show_uri": "https://api.kexp.org/v2/shows/8473/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51InG5IAu1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51InG5IAu1L._SL75_.jpg",
    "song": "Bell'Alla",
    "track_id": "2eb4a57b-3e59-4136-a48a-d96da3d25bed",
    "recording_id": null,
    "artist": "Remember Shakti",
    "artist_ids": [
        "c5042c9d-8215-4ccb-80e4-5131db30a3d1"
    ],
    "album": "Saturday Night in Bombay",
    "release_id": "ec02f563-e31d-4334-a085-aca98ae6240b",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}