Information about plays

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

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

{
    "id": 511091,
    "uri": "https://api.kexp.org/v2/plays/511091/?format=api",
    "airdate": "2002-01-26T12:07:00-08:00",
    "show": 8804,
    "show_uri": "https://api.kexp.org/v2/shows/8804/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41vfvoEZcVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41vfvoEZcVL._SL75_.jpg",
    "song": "Shine a Light",
    "track_id": "6bbc5b4f-de91-43d6-b7de-e4a0f8d7167e",
    "recording_id": null,
    "artist": "The Walkabouts",
    "artist_ids": [
        "f50a96b5-a890-4442-ae30-6ce307dd7e20"
    ],
    "album": "Your Hope Shines",
    "release_id": "0a6ac0c6-fcc6-43de-862b-cae0584cba06",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}