Information about plays

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

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

{
    "id": 1375818,
    "uri": "https://api.kexp.org/v2/plays/1375818/?format=api",
    "airdate": "2008-05-19T01:20:00-07:00",
    "show": 24015,
    "show_uri": "https://api.kexp.org/v2/shows/24015/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J08FG97KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J08FG97KL._SL75_.jpg",
    "song": "Virgin Beauty",
    "track_id": "d85090e6-4d5c-4c9b-ad8e-baff54a54e78",
    "recording_id": null,
    "artist": "Ornette Coleman & Prime Time",
    "artist_ids": [
        "f29f7c31-33b2-4b27-b4ee-6102a826f2fd"
    ],
    "album": "Virgin Beauty",
    "release_id": "aa36f047-1133-4412-a794-1b05c7e6e4d9",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}