Information about plays

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

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

{
    "id": 1308807,
    "uri": "https://api.kexp.org/v2/plays/1308807/?format=api",
    "airdate": "2007-11-30T22:21:58-08:00",
    "show": 22891,
    "show_uri": "https://api.kexp.org/v2/shows/22891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619ShLXPVxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619ShLXPVxL._SL75_.jpg",
    "song": "Johnny Too Bad",
    "track_id": "dd33af10-69b5-4185-bb78-9568750bd265",
    "recording_id": null,
    "artist": "(Various Artists) ",
    "artist_ids": [
        "89ad4ac3-39f7-470e-963a-56509c546377"
    ],
    "album": "The Harder They Come",
    "release_id": "3995aa6f-7425-4007-8868-c5bca5b3a5e4",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}