Information about plays

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

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

{
    "id": 1355508,
    "uri": "https://api.kexp.org/v2/plays/1355508/?format=api",
    "airdate": "2008-03-28T21:05:48-07:00",
    "show": 23673,
    "show_uri": "https://api.kexp.org/v2/shows/23673/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610J9A9HGML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610J9A9HGML._SL75_.jpg",
    "song": "Step It Up Featuring Alice Russell",
    "track_id": null,
    "recording_id": null,
    "artist": "The Bamboos",
    "artist_ids": [
        "be69bee9-2884-4cf3-9750-dd76faf6df94"
    ],
    "album": "Step It Up",
    "release_id": "1b0f07d3-27aa-4f41-bee9-59aa18cdd21a",
    "release_group_id": null,
    "labels": [
        "Tru-Sounds"
    ],
    "label_ids": [
        "69cbad0b-884b-461f-a2f0-59e369ecd6c0"
    ],
    "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"
}