Information about plays

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

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

{
    "id": 1338408,
    "uri": "https://api.kexp.org/v2/plays/1338408/?format=api",
    "airdate": "2008-02-13T22:37:36-08:00",
    "show": 23387,
    "show_uri": "https://api.kexp.org/v2/shows/23387/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MWsP1dsOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MWsP1dsOL._SL75_.jpg",
    "song": "Trouble Loves You",
    "track_id": "f5693c62-f7ce-42a7-a5b0-23bbfe7a44a3",
    "recording_id": null,
    "artist": "Swell",
    "artist_ids": [
        "f8706364-9bc4-4fa6-976e-be39c3490d9f"
    ],
    "album": "South of the Rain and Snow",
    "release_id": "6af81713-e031-4f7f-85b2-949a7a399430",
    "release_group_id": null,
    "labels": [
        "Talitres Records"
    ],
    "label_ids": [
        "b4b8a7eb-8045-45c3-a3e1-93a7c77100c9"
    ],
    "release_date": "2008-05-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}