Information about plays

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

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

{
    "id": 472408,
    "uri": "https://api.kexp.org/v2/plays/472408/?format=api",
    "airdate": "2001-10-03T05:17:38-07:00",
    "show": 8046,
    "show_uri": "https://api.kexp.org/v2/shows/8046/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31RQK4J9P3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31RQK4J9P3L._SL75_.jpg",
    "song": "Eye of the Needle",
    "track_id": "b62d9dde-a76d-428d-97ee-b4c2e085d2ef",
    "recording_id": null,
    "artist": "Robert Fripp & The League of Crafty Guitarists",
    "artist_ids": [
        "d43b64c7-1638-4d48-aabd-2486843c1f53"
    ],
    "album": "Intergalactic Boogie Express - Live in Europe 1991",
    "release_id": "eedc7af4-db61-4802-9758-f9e11516a516",
    "release_group_id": null,
    "labels": [
        "Discipline Global Mobile"
    ],
    "label_ids": [
        "4d1ac213-d9a2-4377-ab43-9d832281f3a9"
    ],
    "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"
}