Information about plays

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

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

{
    "id": 417590,
    "uri": "https://api.kexp.org/v2/plays/417590/?format=api",
    "airdate": "2001-04-24T01:52:00-07:00",
    "show": 6975,
    "show_uri": "https://api.kexp.org/v2/shows/6975/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y62CV4A2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y62CV4A2L._SL75_.jpg",
    "song": "Fun Land Five",
    "track_id": "18fab141-db4a-4b8d-b4df-859cabe53bde",
    "recording_id": null,
    "artist": "The Bran Flakes",
    "artist_ids": [
        "b4868b93-41a9-481e-9915-c588c7b5fc5f"
    ],
    "album": "I Don't Have a Friend",
    "release_id": "1102669a-1f0b-44a1-b18b-83c9bdfd5f04",
    "release_group_id": null,
    "labels": [
        "Lomo Records"
    ],
    "label_ids": [
        "bd5d5eed-9e49-495c-a0fc-a9ed88f5bb33"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}