Information about plays

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

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

{
    "id": 1375233,
    "uri": "https://api.kexp.org/v2/plays/1375233/?format=api",
    "airdate": "2008-05-17T13:46:02-07:00",
    "show": 24003,
    "show_uri": "https://api.kexp.org/v2/shows/24003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61PEzyMM6BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61PEzyMM6BL._SL75_.jpg",
    "song": "The Witch (Made to Measure)",
    "track_id": "909973ae-4297-4379-96b3-23ce6ca27ed6",
    "recording_id": null,
    "artist": "Clinic",
    "artist_ids": [
        "1ea2c08f-323c-4207-9af1-e2fb8588f08e"
    ],
    "album": "Do It!",
    "release_id": "6fe859d6-f4b2-42a1-b181-d3959ca334eb",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2008-04-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}