Information about plays

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

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

{
    "id": 450821,
    "uri": "https://api.kexp.org/v2/plays/450821/?format=api",
    "airdate": "2001-07-31T20:40:00-07:00",
    "show": 7624,
    "show_uri": "https://api.kexp.org/v2/shows/7624/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51k3GRzlXoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51k3GRzlXoL._SL75_.jpg",
    "song": "valse pour jules",
    "track_id": null,
    "recording_id": null,
    "artist": "Raul Barboza",
    "artist_ids": [
        "d51c08f6-435f-4503-9a1d-90bdf14ee46b"
    ],
    "album": "La Tierra Sin Mal",
    "release_id": "0a24b7d3-9bf7-43f5-b28a-3e3052fd0b44",
    "release_group_id": null,
    "labels": [
        "La Lichere"
    ],
    "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"
}