Information about plays

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

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

{
    "id": 1264356,
    "uri": "https://api.kexp.org/v2/plays/1264356/?format=api",
    "airdate": "2007-08-08T04:45:39-07:00",
    "show": 22139,
    "show_uri": "https://api.kexp.org/v2/shows/22139/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kZAcRIkAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kZAcRIkAL._SL75_.jpg",
    "song": "Insomniac",
    "track_id": "d14f8a2d-8d25-43d6-a59b-2f4b78f81663",
    "recording_id": null,
    "artist": "Echobelly",
    "artist_ids": [
        "9a1e8414-d32a-4058-bab0-c1b36934d39e"
    ],
    "album": "Everyone's Got One",
    "release_id": "3f5e1fb8-f1e2-4c33-a497-71f8465da04d",
    "release_group_id": null,
    "labels": [
        "Rhythm King"
    ],
    "label_ids": [
        "0598ae50-7b54-443e-a17b-6b4805bd9c4f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}