Information about plays

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

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

{
    "id": 1386370,
    "uri": "https://api.kexp.org/v2/plays/1386370/?format=api",
    "airdate": "2008-06-16T16:53:50-07:00",
    "show": 24203,
    "show_uri": "https://api.kexp.org/v2/shows/24203/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CrsG2LDNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CrsG2LDNL._SL75_.jpg",
    "song": "One of Us",
    "track_id": "b0cf8424-9d1e-4f25-9e49-2987c91ba0ae",
    "recording_id": null,
    "artist": "Wire ",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Object 47",
    "release_id": "46af4a3c-4be4-492e-8b2c-f9a357787a6b",
    "release_group_id": null,
    "labels": [
        "XL ( Import )"
    ],
    "label_ids": [],
    "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"
}