Information about plays

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

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

{
    "id": 469515,
    "uri": "https://api.kexp.org/v2/plays/469515/?format=api",
    "airdate": "2001-09-24T16:22:30-07:00",
    "show": 7992,
    "show_uri": "https://api.kexp.org/v2/shows/7992/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2Ba5DSwY6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2Ba5DSwY6L._SL75_.jpg",
    "song": "Maybe Baby",
    "track_id": "a7ee0f14-0387-4581-872a-3f0754db0f36",
    "recording_id": null,
    "artist": "Tullycraft",
    "artist_ids": [
        "1d25e697-096d-43b1-94bd-74e0619c5567"
    ],
    "album": "The Singles",
    "release_id": "566007e3-8b67-4249-932e-f6c26d7456cb",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "1999-10-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}