Information about plays

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

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

{
    "id": 449536,
    "uri": "https://api.kexp.org/v2/plays/449536/?format=api",
    "airdate": "2001-07-27T19:48:53-07:00",
    "show": 7598,
    "show_uri": "https://api.kexp.org/v2/shows/7598/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51otXIbZtsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51otXIbZtsL._SL75_.jpg",
    "song": "One More Time",
    "track_id": "c8423b58-6bc7-4e70-941a-5032347dc48d",
    "recording_id": null,
    "artist": "Mike Ness",
    "artist_ids": [
        "45d7e6e8-c5bf-4c59-a79e-c7bb2e9b2cc9"
    ],
    "album": "Under the Influences, Volume 1",
    "release_id": "93a1a156-2246-478a-9ce7-bc15fa4d7f0f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}