Information about plays

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

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

{
    "id": 487665,
    "uri": "https://api.kexp.org/v2/plays/487665/?format=api",
    "airdate": "2001-11-17T16:51:00-08:00",
    "show": 8343,
    "show_uri": "https://api.kexp.org/v2/shows/8343/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51A7hw%2BZcrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51A7hw%2BZcrL._SL75_.jpg",
    "song": "Impacto Tendremos",
    "track_id": "c606e558-5ce9-494d-85ec-9cea853c803b",
    "recording_id": null,
    "artist": "Jimmy Bosch",
    "artist_ids": [
        "dd14a6a3-7055-410b-bb2b-8ec2d8ff5c42"
    ],
    "album": "Salsa Dura",
    "release_id": "f103e3c4-4aaf-45db-8897-d5766ccb78b0",
    "release_group_id": null,
    "labels": [
        "Ryko Latino"
    ],
    "label_ids": [
        "a969ec64-ba23-48d6-89b3-488c2d69612d"
    ],
    "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"
}