Information about plays

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

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

{
    "id": 454734,
    "uri": "https://api.kexp.org/v2/plays/454734/?format=api",
    "airdate": "2001-08-12T01:56:15-07:00",
    "show": 7698,
    "show_uri": "https://api.kexp.org/v2/shows/7698/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SRE0MBY3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SRE0MBY3L._SL75_.jpg",
    "song": "Used for Glue",
    "track_id": "5506ac63-d4b1-407a-91d1-c3339bcf227d",
    "recording_id": null,
    "artist": "Rival Schools",
    "artist_ids": [
        "c661021c-3a9f-49d2-948a-c7f357cb1c87"
    ],
    "album": "United by Fate",
    "release_id": "671b82bb-5f5a-4c47-85df-868b5afad91c",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}