Information about plays

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

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

{
    "id": 1315540,
    "uri": "https://api.kexp.org/v2/plays/1315540/?format=api",
    "airdate": "2007-12-18T04:50:30-08:00",
    "show": 23006,
    "show_uri": "https://api.kexp.org/v2/shows/23006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VX9688QYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VX9688QYL._SL75_.jpg",
    "song": "Sun's Always Shining (In Rome)",
    "track_id": "623bf455-9f32-4e35-90bf-81478effab93",
    "recording_id": null,
    "artist": "Eleni Mandell",
    "artist_ids": [
        "e888b7d9-bc39-4927-9244-a235b64b1347"
    ],
    "album": "Afternoon",
    "release_id": "db6b4391-a4be-4ed3-af06-c88078000241",
    "release_group_id": null,
    "labels": [
        "Zedtone"
    ],
    "label_ids": [
        "07cdda61-f098-4c5e-bced-e2e0ab6eaaaa"
    ],
    "release_date": "2004-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}