Information about plays

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

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

{
    "id": 1313613,
    "uri": "https://api.kexp.org/v2/plays/1313613/?format=api",
    "airdate": "2007-12-13T06:08:20-08:00",
    "show": 22974,
    "show_uri": "https://api.kexp.org/v2/shows/22974/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YX8DF5ASL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YX8DF5ASL._SL75_.jpg",
    "song": "You Are Fading",
    "track_id": "5885520e-036b-4d59-b81d-ad6ebb216265",
    "recording_id": null,
    "artist": "Editors",
    "artist_ids": [
        "0efe858c-89e5-4e47-906a-356fa953fd6e"
    ],
    "album": "Bullets",
    "release_id": "81c81c84-a6cb-464b-b17a-9ef458aa65ec",
    "release_group_id": null,
    "labels": [
        "Kitchenware Records"
    ],
    "label_ids": [
        "f9e6d07d-fbfe-43c8-885e-e3bf5bed0a59"
    ],
    "release_date": "2005-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}