Information about plays

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

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

{
    "id": 1364764,
    "uri": "https://api.kexp.org/v2/plays/1364764/?format=api",
    "airdate": "2008-04-21T05:31:50-07:00",
    "show": 23829,
    "show_uri": "https://api.kexp.org/v2/shows/23829/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ah9wOmtHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ah9wOmtHL._SL75_.jpg",
    "song": "One of My Lies",
    "track_id": "fc8238db-66d1-4820-81f2-47e088afe148",
    "recording_id": null,
    "artist": "Green Day",
    "artist_ids": [
        "084308bd-1654-436f-ba03-df6697104e19"
    ],
    "album": "Kerplunk!",
    "release_id": "fd3c6333-9e3e-4360-aff7-05c0512e8b38",
    "release_group_id": null,
    "labels": [
        "Out Here Records"
    ],
    "label_ids": [
        "4a2632be-ebb2-4cb5-8a4a-e0a4bb593a3e"
    ],
    "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"
}