Information about plays

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

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

{
    "id": 1384838,
    "uri": "https://api.kexp.org/v2/plays/1384838/?format=api",
    "airdate": "2008-06-12T16:56:13-07:00",
    "show": 24175,
    "show_uri": "https://api.kexp.org/v2/shows/24175/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417Y6PGMF7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417Y6PGMF7L._SL75_.jpg",
    "song": "Against the Sun",
    "track_id": "5241c886-b8b0-4571-a969-4ada84231f67",
    "recording_id": null,
    "artist": "Eggstone",
    "artist_ids": [
        "5f2c6998-63ca-461a-bd29-8039f99a2bfe"
    ],
    "album": "Somersault",
    "release_id": "faf40ac2-d01b-4b34-abe8-4bb5cdfbebb0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}