Information about plays

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

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

{
    "id": 1294670,
    "uri": "https://api.kexp.org/v2/plays/1294670/?format=api",
    "airdate": "2007-10-24T11:54:19-07:00",
    "show": 22650,
    "show_uri": "https://api.kexp.org/v2/shows/22650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uiYjnEJlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uiYjnEJlL._SL75_.jpg",
    "song": "Horsemen",
    "track_id": "d3a0e47e-2486-4cf3-8bd4-15b0db192168",
    "recording_id": null,
    "artist": "The Bees",
    "artist_ids": [
        "276cfa71-caa8-4bf4-b522-39a8086e7c6b"
    ],
    "album": "Free the Bees",
    "release_id": "7a1f0454-885e-4b5f-9d2c-6af01f487c36",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "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"
}