Information about plays

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

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

{
    "id": 1402519,
    "uri": "https://api.kexp.org/v2/plays/1402519/?format=api",
    "airdate": "2008-07-27T11:24:00-07:00",
    "show": 24471,
    "show_uri": "https://api.kexp.org/v2/shows/24471/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518TFSMWTVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518TFSMWTVL._SL75_.jpg",
    "song": "Move Over",
    "track_id": "a1482f4d-2a97-45e2-a7e3-2c98674c59c8",
    "recording_id": null,
    "artist": "The Soul Children",
    "artist_ids": [
        "e6a6a3f5-0f0f-4e97-b78e-917b1edc62d0"
    ],
    "album": "Soul Children / Best of Two Worlds",
    "release_id": "73371db8-2e7f-4134-b0c6-69efe5c9651a",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}