Information about plays

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

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

{
    "id": 1257009,
    "uri": "https://api.kexp.org/v2/plays/1257009/?format=api",
    "airdate": "2007-07-20T16:36:17-07:00",
    "show": 22012,
    "show_uri": "https://api.kexp.org/v2/shows/22012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61NfFx3SboL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61NfFx3SboL._SL75_.jpg",
    "song": "I Wanna Be Your Driver",
    "track_id": "4151fe59-ae7c-4842-b658-00abe0080ef9",
    "recording_id": null,
    "artist": "Shivaree",
    "artist_ids": [
        "1692e094-48b6-4d0e-8555-43ca0bd42467"
    ],
    "album": "Tainted Love: Mating Calls and Fight Songs",
    "release_id": "dc80388e-fa0a-4061-a278-ff12a1bf8ac2",
    "release_group_id": null,
    "labels": [
        "Zoë Records"
    ],
    "label_ids": [
        "962097c2-654b-496d-b73a-222682c15c65"
    ],
    "release_date": "2007-07-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}