Information about plays

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

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

{
    "id": 1376135,
    "uri": "https://api.kexp.org/v2/plays/1376135/?format=api",
    "airdate": "2008-05-19T21:10:22-07:00",
    "show": 24021,
    "show_uri": "https://api.kexp.org/v2/shows/24021/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IvVmQ00kL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IvVmQ00kL._SL75_.jpg",
    "song": "The Loneliness of a Tower Crane Driver",
    "track_id": "3bca536d-7922-473c-b987-7f4f7e690506",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "The Seldom Seen Kid",
    "release_id": "7acb551e-2a8a-4de1-aea0-b394e21ecedd",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}