Information about plays

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

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

{
    "id": 1278203,
    "uri": "https://api.kexp.org/v2/plays/1278203/?format=api",
    "airdate": "2007-09-12T04:58:39-07:00",
    "show": 22370,
    "show_uri": "https://api.kexp.org/v2/shows/22370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FQ4786YAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FQ4786YAL._SL75_.jpg",
    "song": "(It's a Mighty Thin Line) Between Love & Hate",
    "track_id": null,
    "recording_id": null,
    "artist": "Kelly Hogan & The Pine Valley Cosmonauts",
    "artist_ids": [
        "364a2ce2-7abe-4270-a747-39eb6f9ef0c3"
    ],
    "album": "Beneath the Country Underdog",
    "release_id": "b201af1a-8ed4-4652-b353-575b4beab568",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}