Information about plays

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

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

{
    "id": 1257006,
    "uri": "https://api.kexp.org/v2/plays/1257006/?format=api",
    "airdate": "2007-07-20T16:20:02-07:00",
    "show": 22012,
    "show_uri": "https://api.kexp.org/v2/shows/22012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517rfoby1kL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517rfoby1kL._SL75_.jpg",
    "song": "You Know I'm No Good",
    "track_id": "3a8011a8-9e4a-4fc6-a650-765f8fcad0fa",
    "recording_id": null,
    "artist": "The Arctic Monkeys",
    "artist_ids": [
        "ada7a83c-e3e1-40f1-93f9-3e73dbc9298a"
    ],
    "album": "Radio 1's Live Lounge, Volume 2 (disc 2)",
    "release_id": "d1a43f20-ea6a-450e-bf22-e8bebad8bc25",
    "release_group_id": null,
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "release_date": "2007-10-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}