Information about plays

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

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

{
    "id": 1360929,
    "uri": "https://api.kexp.org/v2/plays/1360929/?format=api",
    "airdate": "2008-04-11T13:06:58-07:00",
    "show": 23763,
    "show_uri": "https://api.kexp.org/v2/shows/23763/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GPMP1G4NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GPMP1G4NL._SL75_.jpg",
    "song": "Portions for Foxes",
    "track_id": null,
    "recording_id": null,
    "artist": "Rilo Kiley",
    "artist_ids": [
        "eaf6a7ca-105d-4a94-ba02-8c3e4040319a"
    ],
    "album": "More Adventurous",
    "release_id": "abbd1cf9-8b31-4ecf-96ed-d97cb497c11a",
    "release_group_id": null,
    "labels": [
        "Warner+Bros."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}