Information about plays

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

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

{
    "id": 1313423,
    "uri": "https://api.kexp.org/v2/plays/1313423/?format=api",
    "airdate": "2007-12-12T19:51:02-08:00",
    "show": 22971,
    "show_uri": "https://api.kexp.org/v2/shows/22971/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617%2BJ1W-BYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617%2BJ1W-BYL._SL75_.jpg",
    "song": "The Rains Came",
    "track_id": "4d90a18b-9df5-4b1c-8676-b5908aeb4c89",
    "recording_id": null,
    "artist": "The Sir Douglas Quintet",
    "artist_ids": [
        "b2b3eed6-d9b2-4d1a-bf9b-0160e401720e"
    ],
    "album": "The Best of The Sir Douglas Quintet",
    "release_id": "4970d1b3-5c6c-4942-8241-2e1e5825ab12",
    "release_group_id": null,
    "labels": [
        "Tribe"
    ],
    "label_ids": [
        "cc16eb30-73f8-4c0c-83b4-5f9abb31c4aa"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}