Information about plays

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

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

{
    "id": 1346253,
    "uri": "https://api.kexp.org/v2/plays/1346253/?format=api",
    "airdate": "2008-03-05T22:07:00-08:00",
    "show": 23526,
    "show_uri": "https://api.kexp.org/v2/shows/23526/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dlnFa68DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dlnFa68DL._SL75_.jpg",
    "song": "Strand",
    "track_id": "2377a225-62ba-4d6e-b0b6-fcd01d206b1e",
    "recording_id": null,
    "artist": "Lusine ICL",
    "artist_ids": [
        "2ceaa36e-c742-4ecd-ac28-7dc80463a7df"
    ],
    "album": "Iron City",
    "release_id": "f6527ea9-3c1b-425f-a60c-42982445f0ec",
    "release_group_id": null,
    "labels": [
        "Hymen Records"
    ],
    "label_ids": [
        "5d13b867-d1c6-4227-99ba-872d3ef3aa42"
    ],
    "release_date": "2002-05-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}