Information about plays

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

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

{
    "id": 1378371,
    "uri": "https://api.kexp.org/v2/plays/1378371/?format=api",
    "airdate": "2008-05-25T10:22:00-07:00",
    "show": 24056,
    "show_uri": "https://api.kexp.org/v2/shows/24056/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41K8JTTV94L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41K8JTTV94L._SL75_.jpg",
    "song": "Are You Lonely for Me, Baby?",
    "track_id": "c1a6db44-de16-471b-b9da-7e1173e72b33",
    "recording_id": null,
    "artist": "Al Green ",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Al Green Gets Next to You",
    "release_id": "793769de-0650-4fa6-8247-11cd509f4562",
    "release_group_id": null,
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1971-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}