Information about plays

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

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

{
    "id": 425247,
    "uri": "https://api.kexp.org/v2/plays/425247/?format=api",
    "airdate": "2001-05-17T04:47:08-07:00",
    "show": 7134,
    "show_uri": "https://api.kexp.org/v2/shows/7134/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416H17E4P4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416H17E4P4L._SL75_.jpg",
    "song": "In a Cold House",
    "track_id": "a9f3ce60-51dc-4ac2-bf40-8c2223d5d849",
    "recording_id": null,
    "artist": "Grant Hart",
    "artist_ids": [
        "571e1aad-0512-45ec-a26d-1d09d786cc53"
    ],
    "album": "Good News for Modern Man",
    "release_id": "354e9fd4-cd62-460b-a7fe-3f9d087760f2",
    "release_group_id": null,
    "labels": [
        "Pachyderm Records"
    ],
    "label_ids": [
        "ac02e092-c23d-455a-b326-39eec417db2b"
    ],
    "release_date": "1999-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}