Information about plays

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

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

{
    "id": 1344685,
    "uri": "https://api.kexp.org/v2/plays/1344685/?format=api",
    "airdate": "2008-03-01T22:16:00-08:00",
    "show": 23499,
    "show_uri": "https://api.kexp.org/v2/shows/23499/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XFKDJ3HEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XFKDJ3HEL._SL75_.jpg",
    "song": "Toilet Duck",
    "track_id": "9c197f01-9643-49c8-9a77-04dcf7757b5a",
    "recording_id": null,
    "artist": "Scared of Chaka",
    "artist_ids": [
        "411b8059-4a6c-48a5-8365-0a23b9faba26"
    ],
    "album": "Masonic Youth",
    "release_id": "f8621037-d42b-433d-92a5-7e4f74c2f5b3",
    "release_group_id": null,
    "labels": [
        "Empty Records"
    ],
    "label_ids": [
        "268105e8-931e-42db-8f17-d2c0d0945a6e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}