Information about plays

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

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

{
    "id": 1304984,
    "uri": "https://api.kexp.org/v2/plays/1304984/?format=api",
    "airdate": "2007-11-21T08:41:00-08:00",
    "show": 22829,
    "show_uri": "https://api.kexp.org/v2/shows/22829/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51u6wZMjziL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51u6wZMjziL._SL75_.jpg",
    "song": "Jump Into the Fire",
    "track_id": null,
    "recording_id": null,
    "artist": "Nilsson",
    "artist_ids": [
        "baaa5f20-cbda-4f14-88bc-ecdb5097b6e6"
    ],
    "album": "Nilsson Schmilsson",
    "release_id": "9be5bdcb-692b-4d7e-8d16-6d5741539ade",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1971-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}