Information about plays

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

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

{
    "id": 419349,
    "uri": "https://api.kexp.org/v2/plays/419349/?format=api",
    "airdate": "2001-04-29T09:14:24-07:00",
    "show": 7011,
    "show_uri": "https://api.kexp.org/v2/shows/7011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BgKYvfZ8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BgKYvfZ8L._SL75_.jpg",
    "song": "Nobody Knows the Way I Feel This Morning",
    "track_id": "2d7ffd18-519e-48a3-aced-ed86926bf527",
    "recording_id": null,
    "artist": "Dinah Washington",
    "artist_ids": [
        "d385947d-c00d-4311-9cf1-a032a1d4040b"
    ],
    "album": "Back to the Blues",
    "release_id": "0b1bad70-d992-43f1-9ba9-78677616b82c",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}