Information about plays

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

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

{
    "id": 1345476,
    "uri": "https://api.kexp.org/v2/plays/1345476/?format=api",
    "airdate": "2008-03-04T00:36:00-08:00",
    "show": 23514,
    "show_uri": "https://api.kexp.org/v2/shows/23514/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51loWlXFUXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51loWlXFUXL._SL75_.jpg",
    "song": "La Vie en rose",
    "track_id": "c6b07dd0-01b6-4bf6-92be-d3e493f7a817",
    "recording_id": null,
    "artist": "Moutin Reunion Quartet",
    "artist_ids": [
        "ac5be51e-5d78-474c-93fc-7748beafddda"
    ],
    "album": "Power Tree",
    "release_id": "ec71f32b-a1dc-4c2b-8ef1-f4bedaf38a3d",
    "release_group_id": null,
    "labels": [
        "Disques Dreyfus"
    ],
    "label_ids": [
        "9e846f54-7799-471c-9a47-3425c147f535"
    ],
    "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"
}