Information about plays

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

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

{
    "id": 502567,
    "uri": "https://api.kexp.org/v2/plays/502567/?format=api",
    "airdate": "2002-01-01T09:33:00-08:00",
    "show": 8636,
    "show_uri": "https://api.kexp.org/v2/shows/8636/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411Z6RfVw6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411Z6RfVw6L._SL75_.jpg",
    "song": "Loaded",
    "track_id": "0cbc3cae-c63e-400f-a8a2-1906b09711aa",
    "recording_id": null,
    "artist": "Primal Scream",
    "artist_ids": [
        "55704c38-224f-4b75-b29f-d43653f8bc9a"
    ],
    "album": "JBO: A Perspective 1988-1998 (disc 1)",
    "release_id": "19fc8c0b-8e99-4763-b985-4bfc67218a7d",
    "release_group_id": null,
    "labels": [
        "Junior Boy's Own"
    ],
    "label_ids": [
        "43aeb2eb-a410-4ff9-ba39-6cc136336bbb"
    ],
    "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"
}