Information about plays

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

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

{
    "id": 479399,
    "uri": "https://api.kexp.org/v2/plays/479399/?format=api",
    "airdate": "2001-10-23T12:00:00-07:00",
    "show": 8180,
    "show_uri": "https://api.kexp.org/v2/shows/8180/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VS7hp9HLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VS7hp9HLL._SL75_.jpg",
    "song": "Out of the Blue",
    "track_id": null,
    "recording_id": null,
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Country Life",
    "release_id": "f33731ba-08f2-40de-9b25-f7bfae3acbfe",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}