Information about plays

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

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

{
    "id": 1355710,
    "uri": "https://api.kexp.org/v2/plays/1355710/?format=api",
    "airdate": "2008-03-29T10:11:00-07:00",
    "show": 23676,
    "show_uri": "https://api.kexp.org/v2/shows/23676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WUu-7FEPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WUu-7FEPL._SL75_.jpg",
    "song": "Marcus Garvey",
    "track_id": "2dfe4c47-143c-40c2-88ca-b9831e7497ac",
    "recording_id": null,
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Jack Ruby Presents the Black Foundation",
    "release_id": "3dddbcca-317f-4e6b-ac57-8f2f4ff81951",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}