Information about plays

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

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

{
    "id": 1367913,
    "uri": "https://api.kexp.org/v2/plays/1367913/?format=api",
    "airdate": "2008-04-29T05:18:52-07:00",
    "show": 23883,
    "show_uri": "https://api.kexp.org/v2/shows/23883/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510gP16xyFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510gP16xyFL._SL75_.jpg",
    "song": "Tonight",
    "track_id": null,
    "recording_id": null,
    "artist": "Lykke Li",
    "artist_ids": [
        "cc7d4686-ea02-45fd-956e-94c1a322558c"
    ],
    "album": "Youth Novels",
    "release_id": "15115921-9f3c-416a-aaa4-612033074b31",
    "release_group_id": null,
    "labels": [
        "LL Recordings"
    ],
    "label_ids": [
        "566d7822-ba57-48a4-9609-7f0abb84fc9e"
    ],
    "release_date": "2008-08-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}