Information about plays

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

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

{
    "id": 447668,
    "uri": "https://api.kexp.org/v2/plays/447668/?format=api",
    "airdate": "2001-07-22T15:42:21-07:00",
    "show": 7567,
    "show_uri": "https://api.kexp.org/v2/shows/7567/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21MH20D70XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21MH20D70XL._SL75_.jpg",
    "song": "The Projects",
    "track_id": "0c9709b6-2527-4974-a870-896c4e564756",
    "recording_id": null,
    "artist": "Wu‐Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "Wu-Tang Forever (disc 2)",
    "release_id": "6371a74e-55fd-4d58-97de-7de3a9525a3d",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}