Information about plays

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

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

{
    "id": 504178,
    "uri": "https://api.kexp.org/v2/plays/504178/?format=api",
    "airdate": "2002-01-06T04:52:00-08:00",
    "show": 8668,
    "show_uri": "https://api.kexp.org/v2/shows/8668/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BOsqkqEgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BOsqkqEgL._SL75_.jpg",
    "song": "They're Red Hot",
    "track_id": "4e8caa14-b57b-41c1-82fd-55b607715e8d",
    "recording_id": null,
    "artist": "Robert Johnson",
    "artist_ids": [
        "8a8bbba6-72f7-4900-a306-c40b94f2631b"
    ],
    "album": "The Complete Recordings (disc 1)",
    "release_id": "dfb5ebfe-e262-4016-a045-443adfa0696f",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}