Information about plays

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

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

{
    "id": 415810,
    "uri": "https://api.kexp.org/v2/plays/415810/?format=api",
    "airdate": "2001-04-17T18:53:20-07:00",
    "show": 6938,
    "show_uri": "https://api.kexp.org/v2/shows/6938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M6AGM5DQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M6AGM5DQL._SL75_.jpg",
    "song": "Trånpolska",
    "track_id": "c03b6c0a-b506-4e11-ba61-3e0bf6d92554",
    "recording_id": null,
    "artist": "Garmarna",
    "artist_ids": [
        "a1db6190-4f83-482e-a794-0088b2b4136d"
    ],
    "album": "Garmarna",
    "release_id": "f0c97521-1eb3-4e60-8108-05332a65abc9",
    "release_group_id": null,
    "labels": [
        "NorthSide"
    ],
    "label_ids": [
        "73cedddb-51db-4820-a1e3-b5b030b486b5"
    ],
    "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"
}