Information about plays

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

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

{
    "id": 483121,
    "uri": "https://api.kexp.org/v2/plays/483121/?format=api",
    "airdate": "2001-11-03T09:22:06-08:00",
    "show": 8249,
    "show_uri": "https://api.kexp.org/v2/shows/8249/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Q7PZ19E4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Q7PZ19E4L._SL75_.jpg",
    "song": "Party Wit' Me",
    "track_id": "501e6104-6495-4a10-b24b-1052140a5e22",
    "recording_id": null,
    "artist": "Tiger Ranks",
    "artist_ids": [
        "4a25d16c-d82b-4df6-9a95-ddb542e893e6"
    ],
    "album": "500% Dynamite!",
    "release_id": "c9f63145-6a6d-421a-ad49-43b845e8e3da",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2001-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}