Information about plays

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

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

{
    "id": 479312,
    "uri": "https://api.kexp.org/v2/plays/479312/?format=api",
    "airdate": "2001-10-23T06:52:56-07:00",
    "show": 8179,
    "show_uri": "https://api.kexp.org/v2/shows/8179/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41F0VEZRA7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41F0VEZRA7L._SL75_.jpg",
    "song": "Damaged Son",
    "track_id": "3105fa2e-3501-42d0-b58e-715838e1dbd6",
    "recording_id": null,
    "artist": "Jay Farrar",
    "artist_ids": [
        "2d50057a-5541-4b1a-990d-92d3698e7ba5"
    ],
    "album": "Sebastopol",
    "release_id": "088f58b0-6352-4e8e-9a13-d673b315574d",
    "release_group_id": null,
    "labels": [
        "Artemis Records"
    ],
    "label_ids": [
        "110f7548-2628-43b8-b112-d5528a713538"
    ],
    "release_date": "2001-09-25",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}