Information about plays

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

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

{
    "id": 531489,
    "uri": "https://api.kexp.org/v2/plays/531489/?format=api",
    "airdate": "2002-03-26T21:35:43-08:00",
    "show": 9203,
    "show_uri": "https://api.kexp.org/v2/shows/9203/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WW3UaMCvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WW3UaMCvL._SL75_.jpg",
    "song": "Quicksand",
    "track_id": null,
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hunky Dory",
    "release_id": "96f2fd99-1ac5-40f3-92b5-fe119f348e9c",
    "release_group_id": null,
    "labels": [
        "EMI Records"
    ],
    "label_ids": [
        "022fe361-596c-43a0-8e22-bad712bb9548"
    ],
    "release_date": "1971-12-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}