Information about plays

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

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

{
    "id": 427939,
    "uri": "https://api.kexp.org/v2/plays/427939/?format=api",
    "airdate": "2001-05-25T09:41:15-07:00",
    "show": 7186,
    "show_uri": "https://api.kexp.org/v2/shows/7186/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BVKSQDMEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BVKSQDMEL._SL75_.jpg",
    "song": "Biting My Nails",
    "track_id": null,
    "recording_id": null,
    "artist": "Renegade Soundwave",
    "artist_ids": [
        "5e074654-aad2-4944-bce6-3aa1d16bb2d2"
    ],
    "album": "Soundclash",
    "release_id": "f7078e6b-579a-4899-9dee-4c7103eb0704",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}