Information about plays

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

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

{
    "id": 489995,
    "uri": "https://api.kexp.org/v2/plays/489995/?format=api",
    "airdate": "2001-11-24T15:44:00-08:00",
    "show": 8389,
    "show_uri": "https://api.kexp.org/v2/shows/8389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6134t7E9bRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6134t7E9bRL._SL75_.jpg",
    "song": "Ice Age",
    "track_id": "cad75f63-037c-4dc3-92b9-ab4173d512b8",
    "recording_id": null,
    "artist": "Mix Master Mike",
    "artist_ids": [
        "f874ea71-ab00-478b-a09a-d63a3e6e1677"
    ],
    "album": "Spin Psycle",
    "release_id": "a3b35d48-7f12-487e-9264-21542716db2e",
    "release_group_id": null,
    "labels": [
        "Moonshine Music"
    ],
    "label_ids": [
        "3157dd43-9dca-4c15-8a67-2a83985af8c2"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}