Information about plays

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

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

{
    "id": 531450,
    "uri": "https://api.kexp.org/v2/plays/531450/?format=api",
    "airdate": "2002-03-26T19:27:33-08:00",
    "show": 9202,
    "show_uri": "https://api.kexp.org/v2/shows/9202/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3148DWM9CXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3148DWM9CXL._SL75_.jpg",
    "song": "Sem Contenção",
    "track_id": "8d66ee34-5bac-42cb-a6b2-196a6751c99f",
    "recording_id": null,
    "artist": "Bebel Gilberto",
    "artist_ids": [
        "8777a849-fb4e-4430-9918-170f619c5286"
    ],
    "album": "Tanto Tempo",
    "release_id": "cda58eae-cb47-49d4-bb08-d1d8863ed647",
    "release_group_id": null,
    "labels": [
        "Ziriguiboom"
    ],
    "label_ids": [
        "ee811255-62c5-4072-8c4a-1090ca0e53d5"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}