Information about plays

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

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

{
    "id": 512411,
    "uri": "https://api.kexp.org/v2/plays/512411/?format=api",
    "airdate": "2002-01-30T08:45:00-08:00",
    "show": 8830,
    "show_uri": "https://api.kexp.org/v2/shows/8830/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UCL1cZa9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UCL1cZa9L._SL75_.jpg",
    "song": "Wrong Song",
    "track_id": "4a90282b-b045-4dbc-b0ab-b042441df0f1",
    "recording_id": null,
    "artist": "Ee",
    "artist_ids": [
        "359f136d-4d05-4ae3-90df-32fa3b1dc757"
    ],
    "album": "Ramadan",
    "release_id": "fdae49a1-8d6e-494f-bbe2-c5485bf9925a",
    "release_group_id": null,
    "labels": [
        "curry"
    ],
    "label_ids": [],
    "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"
}