Information about plays

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

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

{
    "id": 1412601,
    "uri": "https://api.kexp.org/v2/plays/1412601/?format=api",
    "airdate": "2008-08-21T16:28:10-07:00",
    "show": 24641,
    "show_uri": "https://api.kexp.org/v2/shows/24641/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rv5X8nzrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rv5X8nzrL._SL75_.jpg",
    "song": "The Smartest Man Alive",
    "track_id": null,
    "recording_id": null,
    "artist": "The Broken West",
    "artist_ids": [
        "b0db1836-68e8-4fa4-93f7-f19ea5fce809"
    ],
    "album": "Now or Heaven",
    "release_id": "b6c514f6-91fb-4d1c-9735-d534ea53cbdc",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}