Information about plays

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

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

{
    "id": 1382848,
    "uri": "https://api.kexp.org/v2/plays/1382848/?format=api",
    "airdate": "2008-06-07T15:55:19-07:00",
    "show": 24142,
    "show_uri": "https://api.kexp.org/v2/shows/24142/?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": "Tomorrow",
    "track_id": "e8f31ce5-1b77-4edb-97d2-75bc8d6f38f7",
    "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": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}