Information about plays

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

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

{
    "id": 1215617,
    "uri": "https://api.kexp.org/v2/plays/1215617/?format=api",
    "airdate": "2007-04-05T04:43:58-07:00",
    "show": 21304,
    "show_uri": "https://api.kexp.org/v2/shows/21304/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31YHH8CQHEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31YHH8CQHEL._SL75_.jpg",
    "song": "Hey Mama",
    "track_id": "51f343bf-5ce4-4723-9c73-3cd129105b0e",
    "recording_id": null,
    "artist": "Nicolai Dunger",
    "artist_ids": [
        "41de9604-10b0-40e9-9d12-a70a4f9050b7"
    ],
    "album": "Tranquil Isolation",
    "release_id": "be240f7e-a424-4696-b442-005eb9be0410",
    "release_group_id": null,
    "labels": [
        "EMI International"
    ],
    "label_ids": [
        "65603596-aed9-478f-90c5-16c727494206"
    ],
    "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"
}