Information about plays

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

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

{
    "id": 414383,
    "uri": "https://api.kexp.org/v2/plays/414383/?format=api",
    "airdate": "2001-02-06T15:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217FHZR087L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217FHZR087L._SL75_.jpg",
    "song": "This Charming Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Stars",
    "artist_ids": [
        "5aeb21a3-4606-4a0d-8369-50c768d1e99a"
    ],
    "album": "Nightsongs",
    "release_id": "58c26acd-a1b3-482d-a96a-347d69b221c4",
    "release_group_id": null,
    "labels": [
        "Le Grand Magistery"
    ],
    "label_ids": [
        "a522c25c-b9b6-427f-a4d4-7ea8ecb92e7c"
    ],
    "release_date": "2001-02-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}