Information about plays

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

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

{
    "id": 414670,
    "uri": "https://api.kexp.org/v2/plays/414670/?format=api",
    "airdate": "2001-04-12T06:00:00-07:00",
    "show": 6916,
    "show_uri": "https://api.kexp.org/v2/shows/6916/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619U37QJxdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619U37QJxdL._SL75_.jpg",
    "song": "Rabbit in Your Head Lights",
    "track_id": null,
    "recording_id": null,
    "artist": "UNKLE",
    "artist_ids": [
        "6648391e-7890-4f6c-b939-976f215195d3"
    ],
    "album": "Psyence Fiction",
    "release_id": "e0482b79-5c78-46ad-97e3-2f44a08e6c73",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}