Information about plays

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

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

{
    "id": 531247,
    "uri": "https://api.kexp.org/v2/plays/531247/?format=api",
    "airdate": "2002-03-26T04:35:09-08:00",
    "show": 9198,
    "show_uri": "https://api.kexp.org/v2/shows/9198/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R9M2PS1VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R9M2PS1VL._SL75_.jpg",
    "song": "Another First Kiss",
    "track_id": "3f080866-7d6a-477e-b63e-4389d6c95d9b",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Mink Car",
    "release_id": "e1d2725d-afd9-460c-bf1e-e30547caae83",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "2001-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}