Information about plays

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

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

{
    "id": 1274530,
    "uri": "https://api.kexp.org/v2/plays/1274530/?format=api",
    "airdate": "2007-09-02T22:16:00-07:00",
    "show": 22310,
    "show_uri": "https://api.kexp.org/v2/shows/22310/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41pYlS3XA9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41pYlS3XA9L._SL75_.jpg",
    "song": "Elle (Ame remix)",
    "track_id": "ed9d2dcf-2537-4c04-a973-85f69fee3e73",
    "recording_id": null,
    "artist": "DJ Gregory",
    "artist_ids": [
        "d95a9055-f37e-442a-8431-59f619fc336f"
    ],
    "album": "Ministry of Sound: The Underground 2008 (disc 1)",
    "release_id": "904ec6f4-3cfc-47f4-8cdf-07589b8e3a43",
    "release_group_id": null,
    "labels": [
        "Ministry of Sound"
    ],
    "label_ids": [
        "c48b8ed2-46c5-4e51-9bea-5a37fcd0053b"
    ],
    "release_date": "2007-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}