Information about plays

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

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

{
    "id": 1341364,
    "uri": "https://api.kexp.org/v2/plays/1341364/?format=api",
    "airdate": "2008-02-21T02:39:21-08:00",
    "show": 23434,
    "show_uri": "https://api.kexp.org/v2/shows/23434/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51psJsND9xL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51psJsND9xL._SL75_.jpg",
    "song": "The Raven",
    "track_id": "a1f2bccd-c044-4a93-98fd-087855eb3ee2",
    "recording_id": null,
    "artist": "The Stranglers",
    "artist_ids": [
        "a96d82a0-cdca-40bf-b4c8-3d7ec178d85b"
    ],
    "album": "The Raven",
    "release_id": "d89c2889-ee12-4cc1-9522-4ebe730fa329",
    "release_group_id": null,
    "labels": [
        "EMI Records"
    ],
    "label_ids": [
        "022fe361-596c-43a0-8e22-bad712bb9548"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}