Information about plays

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

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

{
    "id": 1052117,
    "uri": "https://api.kexp.org/v2/plays/1052117/?format=api",
    "airdate": "2006-02-01T13:02:59-08:00",
    "show": 18484,
    "show_uri": "https://api.kexp.org/v2/shows/18484/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uYTOlUQkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uYTOlUQkL._SL75_.jpg",
    "song": "Hold You in My Arms",
    "track_id": "20ea8a2c-0e12-47e4-b450-111cd0fd018c",
    "recording_id": null,
    "artist": "Ray LaMontagne",
    "artist_ids": [
        "b5c4ffa2-82e1-4b72-b7f3-c60afb74b860"
    ],
    "album": "Trouble",
    "release_id": "91290412-0dcd-4804-a4e1-1c40cefc9684",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}