Information about plays

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

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

{
    "id": 1380759,
    "uri": "https://api.kexp.org/v2/plays/1380759/?format=api",
    "airdate": "2008-05-31T22:50:00-07:00",
    "show": 24098,
    "show_uri": "https://api.kexp.org/v2/shows/24098/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TGVE8xz-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TGVE8xz-L._SL75_.jpg",
    "song": "Fuck You Up and Get High",
    "track_id": "19238922-e166-4cb7-b299-e8819bbe71c7",
    "recording_id": null,
    "artist": "Dwarves",
    "artist_ids": [
        "762e1e6d-ba12-4946-b8ee-dfa0cf9a2655"
    ],
    "album": "Blood Guts & Pussy",
    "release_id": "1d5a4206-aee4-4269-a909-c312d71fc31f",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}