Information about plays

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

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

{
    "id": 500774,
    "uri": "https://api.kexp.org/v2/plays/500774/?format=api",
    "airdate": "2001-12-26T21:52:00-08:00",
    "show": 8599,
    "show_uri": "https://api.kexp.org/v2/shows/8599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zdXoGP-LL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zdXoGP-LL._SL75_.jpg",
    "song": "Adonai",
    "track_id": "0485d934-1024-4283-812a-dedbe5e75b29",
    "recording_id": null,
    "artist": "Tarentel",
    "artist_ids": [
        "b1264c05-e85e-47f4-8d05-da443eedc8f3"
    ],
    "album": "The Order of Things",
    "release_id": "c7c130bd-ab17-4a91-94ac-a5033deb5fd1",
    "release_group_id": null,
    "labels": [
        "Neurot Recordings"
    ],
    "label_ids": [
        "90f4b73e-9367-4020-86c3-34ea4bb83014"
    ],
    "release_date": "2001-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}