Information about plays

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

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

{
    "id": 1288621,
    "uri": "https://api.kexp.org/v2/plays/1288621/?format=api",
    "airdate": "2007-10-08T23:40:39-07:00",
    "show": 22550,
    "show_uri": "https://api.kexp.org/v2/shows/22550/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QJ0QK9PVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QJ0QK9PVL._SL75_.jpg",
    "song": "On Track",
    "track_id": "c2de9365-37d9-49d2-b896-4b7d4903b121",
    "recording_id": null,
    "artist": "Mike Johnson",
    "artist_ids": [
        "842226e0-fc89-468d-95c7-1e1cca0db944"
    ],
    "album": "Gone Out of Your Mind",
    "release_id": "f05f99d0-8c12-4e3b-b4e5-db2447f6a965",
    "release_group_id": null,
    "labels": [
        "Up Above"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}