Information about plays

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

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

{
    "id": 533538,
    "uri": "https://api.kexp.org/v2/plays/533538/?format=api",
    "airdate": "2002-04-01T13:39:04-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o1c3OQqoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o1c3OQqoL._SL75_.jpg",
    "song": "A Tune for Jack",
    "track_id": null,
    "recording_id": null,
    "artist": "Lemon Jelly",
    "artist_ids": [
        "4cbbf0d6-6c78-4e3d-ab25-91b13603cf7c"
    ],
    "album": "Lemonjelly.ky",
    "release_id": "502cf184-caaa-4c77-ab81-87ff38c30c34",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2000-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}