Information about plays

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

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

{
    "id": 414735,
    "uri": "https://api.kexp.org/v2/plays/414735/?format=api",
    "airdate": "2001-04-12T12:00:00-07:00",
    "show": 6917,
    "show_uri": "https://api.kexp.org/v2/shows/6917/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cPJ4ARsAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cPJ4ARsAL._SL75_.jpg",
    "song": "The Rotting Strip",
    "track_id": "c8877e8b-11df-481a-ac6b-d5a8a631b892",
    "recording_id": null,
    "artist": "Crooked Fingers",
    "artist_ids": [
        "d935bec6-cab7-46cc-bf8b-ca089563b985"
    ],
    "album": "Bring On the Snakes",
    "release_id": "b8473d14-7ea4-445d-a436-5cdbf50a2fb5",
    "release_group_id": null,
    "labels": [
        "Warm"
    ],
    "label_ids": [
        "0ded6192-e16d-4151-82b5-a344a2999126"
    ],
    "release_date": "2001-02-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}