Information about plays

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

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

{
    "id": 1051900,
    "uri": "https://api.kexp.org/v2/plays/1051900/?format=api",
    "airdate": "2006-01-31T23:29:17-08:00",
    "show": 18481,
    "show_uri": "https://api.kexp.org/v2/shows/18481/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XOeSydRSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XOeSydRSL._SL75_.jpg",
    "song": "More Than This",
    "track_id": null,
    "recording_id": null,
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Avalon",
    "release_id": "80faf5b1-c924-4a26-828a-51fda53e27dc",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}