Information about plays

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

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

{
    "id": 529990,
    "uri": "https://api.kexp.org/v2/plays/529990/?format=api",
    "airdate": "2002-03-22T13:27:24-08:00",
    "show": 9171,
    "show_uri": "https://api.kexp.org/v2/shows/9171/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51h207eAw5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51h207eAw5L._SL75_.jpg",
    "song": "Writing to Reach You",
    "track_id": null,
    "recording_id": null,
    "artist": "Travis",
    "artist_ids": [
        "22a40b75-affc-4e69-8884-266d087e4751"
    ],
    "album": "The Man Who",
    "release_id": "f7ae782d-95ab-4c7c-a9e6-f5062c9c5315",
    "release_group_id": null,
    "labels": [
        "Independiente"
    ],
    "label_ids": [
        "c2a486b0-9ba7-46cf-b3ef-79ba92ffb5b0"
    ],
    "release_date": "1999-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}