Information about plays

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

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

{
    "id": 1415625,
    "uri": "https://api.kexp.org/v2/plays/1415625/?format=api",
    "airdate": "2008-08-29T03:50:04-07:00",
    "show": 24690,
    "show_uri": "https://api.kexp.org/v2/shows/24690/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Kr5kJEzyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Kr5kJEzyL._SL75_.jpg",
    "song": "(Instrumental)",
    "track_id": "e452f55e-5aab-4df0-9f7c-6a7ddb2dcbd1",
    "recording_id": null,
    "artist": "Tin Cup Prophette",
    "artist_ids": [
        "12e52137-8d8a-4eb7-8a57-c4ccdb3590ba"
    ],
    "album": "Liar and the Thief",
    "release_id": "99c9d70b-5faf-4c21-b4fc-35a4ce1969c0",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}