Information about plays

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

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

{
    "id": 514341,
    "uri": "https://api.kexp.org/v2/plays/514341/?format=api",
    "airdate": "2002-02-04T23:00:00-08:00",
    "show": 8869,
    "show_uri": "https://api.kexp.org/v2/shows/8869/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4116J65B5DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4116J65B5DL._SL75_.jpg",
    "song": "Mira La Itana Mora",
    "track_id": "5f9a0bd3-602b-4fcd-a336-665955e07a0d",
    "recording_id": null,
    "artist": "Gipsy Kings",
    "artist_ids": [
        "44a7f7d5-79df-4f44-8f5e-02dfc0626904"
    ],
    "album": "Compas",
    "release_id": "feffc8a9-f630-4cfa-9cb5-d81dc7054ff0",
    "release_group_id": null,
    "labels": [
        "Atlantic/Nonesuch"
    ],
    "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"
}