Information about plays

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

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

{
    "id": 1339001,
    "uri": "https://api.kexp.org/v2/plays/1339001/?format=api",
    "airdate": "2008-02-15T06:35:37-08:00",
    "show": 23395,
    "show_uri": "https://api.kexp.org/v2/shows/23395/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QvN-8QCgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QvN-8QCgL._SL75_.jpg",
    "song": "The Professional",
    "track_id": "7d9faa1e-a1a2-4a25-8f6d-b7eadb495dc8",
    "recording_id": null,
    "artist": "Halou",
    "artist_ids": [
        "ead4fa2d-2ecc-47f6-8ad0-01d26683e7db"
    ],
    "album": "Sawtooth EP",
    "release_id": "ab5301c5-4ab9-4c71-81fc-96cc3faf9de4",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}