Information about plays

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

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

{
    "id": 1295169,
    "uri": "https://api.kexp.org/v2/plays/1295169/?format=api",
    "airdate": "2007-10-25T18:56:00-07:00",
    "show": 22657,
    "show_uri": "https://api.kexp.org/v2/shows/22657/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615jie-Qk4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615jie-Qk4L._SL75_.jpg",
    "song": "I'll Stay Around",
    "track_id": "9ae22005-28f8-4829-8336-6da143e0e8eb",
    "recording_id": null,
    "artist": "Alecia Nugent",
    "artist_ids": [
        "2f31d1fc-c853-4a42-a3da-5b36859b0c3f"
    ],
    "album": "Alecia Nugent",
    "release_id": "14e1ba8f-6c19-41d6-bf96-d6637ca6364a",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2004-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}