Information about plays

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

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

{
    "id": 1274521,
    "uri": "https://api.kexp.org/v2/plays/1274521/?format=api",
    "airdate": "2007-09-02T21:52:00-07:00",
    "show": 22310,
    "show_uri": "https://api.kexp.org/v2/shows/22310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HaHTZhC4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HaHTZhC4L._SL75_.jpg",
    "song": "Mirror Symmetry",
    "track_id": "fbe6ce35-f84a-44c7-9268-b50656ba8bc9",
    "recording_id": null,
    "artist": "Dopplereffekt",
    "artist_ids": [
        "9a1994c7-40b8-49a2-a53a-03e8313bf17c"
    ],
    "album": "Calabi Yau Space",
    "release_id": "79373ec3-88b1-4186-815c-1633b0011f75",
    "release_group_id": null,
    "labels": [
        "Rephlex"
    ],
    "label_ids": [
        "820fa04e-9927-40bb-a6c5-1bf883b159c7"
    ],
    "release_date": "2007-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}