Information about plays

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

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

{
    "id": 535447,
    "uri": "https://api.kexp.org/v2/plays/535447/?format=api",
    "airdate": "2002-04-07T01:40:00-08:00",
    "show": 9279,
    "show_uri": "https://api.kexp.org/v2/shows/9279/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jirHsgsZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jirHsgsZL._SL75_.jpg",
    "song": "Vigilante Man",
    "track_id": "376a530e-0c93-4d63-96cb-72f7eea0642d",
    "recording_id": null,
    "artist": "Nazareth",
    "artist_ids": [
        "88f219d8-4140-4191-af4b-de81c7c587c4"
    ],
    "album": "Razamanaz",
    "release_id": "751f11af-ba6e-4fd6-870e-b756b3c01c1d",
    "release_group_id": null,
    "labels": [
        "Essential! Records"
    ],
    "label_ids": [
        "9351301f-8a99-41f3-96f5-9aac14bf7ac7"
    ],
    "release_date": "1996-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}