Information about plays

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

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

{
    "id": 1313466,
    "uri": "https://api.kexp.org/v2/plays/1313466/?format=api",
    "airdate": "2007-12-12T21:54:13-08:00",
    "show": 22972,
    "show_uri": "https://api.kexp.org/v2/shows/22972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FeRe05Y0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FeRe05Y0L._SL75_.jpg",
    "song": "",
    "track_id": null,
    "recording_id": null,
    "artist": "Tulsa",
    "artist_ids": [
        "f123ef70-f563-43c2-b0e6-8f9afc0a38ad"
    ],
    "album": "I Was Submerged",
    "release_id": "06724571-bef0-49f7-baa0-c82b0b889f9f",
    "release_group_id": null,
    "labels": [
        "Park the Van"
    ],
    "label_ids": [
        "3d181182-568b-4108-9a9a-5595aefddcb2"
    ],
    "release_date": "2007-10-09",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}