Information about plays

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

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

{
    "id": 458714,
    "uri": "https://api.kexp.org/v2/plays/458714/?format=api",
    "airdate": "2001-08-23T09:20:00-07:00",
    "show": 7775,
    "show_uri": "https://api.kexp.org/v2/shows/7775/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CB441A7ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CB441A7ZL._SL75_.jpg",
    "song": "Ghetto (feat. Jo Watson)",
    "track_id": "0ece85c6-9cea-47f0-9d78-58b3d7fc03c6",
    "recording_id": null,
    "artist": "Rhythm Masters",
    "artist_ids": [
        "5c859c56-8a0a-4188-9701-2c64568f3fb0"
    ],
    "album": "Disconnect Your Head",
    "release_id": "e8f43c43-16a0-4ec9-bf6e-a316b8f2f6de",
    "release_group_id": null,
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}