Information about plays

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

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

{
    "id": 507502,
    "uri": "https://api.kexp.org/v2/plays/507502/?format=api",
    "airdate": "2002-01-16T01:46:00-08:00",
    "show": 8735,
    "show_uri": "https://api.kexp.org/v2/shows/8735/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514oEvfhL9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514oEvfhL9L._SL75_.jpg",
    "song": "Another View Point",
    "track_id": "8f167725-4ef0-4dc4-b82a-cd581ad80476",
    "recording_id": null,
    "artist": "Cornelius",
    "artist_ids": [
        "df765d93-621c-437f-99fe-fda9e135f89a"
    ],
    "album": "Point",
    "release_id": "ca91a7ea-6b5d-4eb2-86e1-a7353df79050",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2002-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}