Information about plays

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

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

{
    "id": 532119,
    "uri": "https://api.kexp.org/v2/plays/532119/?format=api",
    "airdate": "2002-03-28T09:18:46-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VQjGGdsDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VQjGGdsDL._SL75_.jpg",
    "song": "Drunken Angel",
    "track_id": null,
    "recording_id": null,
    "artist": "Lucinda Williams ",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53"
    ],
    "album": "Car Wheels on a Gravel Road",
    "release_id": "386ec7ec-d3de-42d4-b5ac-71a0b547d384",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1998-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}