Information about plays

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

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

{
    "id": 480823,
    "uri": "https://api.kexp.org/v2/plays/480823/?format=api",
    "airdate": "2001-10-27T14:07:03-07:00",
    "show": 8205,
    "show_uri": "https://api.kexp.org/v2/shows/8205/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41M7FWV83KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41M7FWV83KL._SL75_.jpg",
    "song": "Can't Find Love",
    "track_id": "45e5ce21-32d5-43ed-9f3d-58a6673460e1",
    "recording_id": null,
    "artist": "Giant Sand",
    "artist_ids": [
        "249eb550-505e-43ef-ac50-e8c605706ff1"
    ],
    "album": "Swerve",
    "release_id": "098c3a53-3043-4559-8a02-e8d6cd8a68bf",
    "release_group_id": null,
    "labels": [
        "amazing black sand"
    ],
    "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"
}