Information about plays

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

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

{
    "id": 418206,
    "uri": "https://api.kexp.org/v2/plays/418206/?format=api",
    "airdate": "2001-04-25T18:50:31-07:00",
    "show": 6987,
    "show_uri": "https://api.kexp.org/v2/shows/6987/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SN0WaQFLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SN0WaQFLL._SL75_.jpg",
    "song": "Jesus Is Waiting",
    "track_id": "3dcc145e-e582-4a6f-a7cb-8c0c88a0d9c9",
    "recording_id": null,
    "artist": "Al Green ",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Call Me",
    "release_id": "6ac8a071-7ee6-4e25-a36e-237063ec7035",
    "release_group_id": null,
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1973-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}