Information about plays

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

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

{
    "id": 1379514,
    "uri": "https://api.kexp.org/v2/plays/1379514/?format=api",
    "airdate": "2008-05-28T07:32:49-07:00",
    "show": 24075,
    "show_uri": "https://api.kexp.org/v2/shows/24075/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Is7qTWfgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Is7qTWfgL._SL75_.jpg",
    "song": "GfC",
    "track_id": "547341d7-05f5-412e-80c5-44b498421088",
    "recording_id": null,
    "artist": "Albert Hammond, Jr.",
    "artist_ids": [
        "a0498514-c21c-4e85-8dbf-a1b92374a06b"
    ],
    "album": "¿Cómo te llama?",
    "release_id": "d43ab03e-5a7d-4cf2-8b0f-8a84adea485e",
    "release_group_id": null,
    "labels": [
        "Black Seal"
    ],
    "label_ids": [
        "d9df4a2f-cdbb-4ba6-8155-235afee3b1f7"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}