Information about plays

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

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

{
    "id": 504372,
    "uri": "https://api.kexp.org/v2/plays/504372/?format=api",
    "airdate": "2002-01-06T20:56:50-08:00",
    "show": 8674,
    "show_uri": "https://api.kexp.org/v2/shows/8674/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61x3TkRLUQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61x3TkRLUQL._SL75_.jpg",
    "song": "Everything Has Changed (remix)",
    "track_id": "342e08f9-fcde-4542-b4e1-b7b18b9aa939",
    "recording_id": null,
    "artist": "DJ Red",
    "artist_ids": [
        "6c9cfb1c-08b8-4c1b-9ae5-396e6629b421"
    ],
    "album": "Playaz 4 Real (disc 3: Mixed by DJ Hype)",
    "release_id": "983dac31-74a7-4116-9bb1-18e5fae89f8f",
    "release_group_id": null,
    "labels": [
        "True Playaz"
    ],
    "label_ids": [
        "e414b5ec-2cbd-4180-8e30-42a832200da9"
    ],
    "release_date": "2001-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}