Information about plays

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

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

{
    "id": 449925,
    "uri": "https://api.kexp.org/v2/plays/449925/?format=api",
    "airdate": "2001-07-29T01:16:21-07:00",
    "show": 7607,
    "show_uri": "https://api.kexp.org/v2/shows/7607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Z7X16B1JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Z7X16B1JL._SL75_.jpg",
    "song": "Macka Splaff",
    "track_id": "9c8e6c4c-0239-435c-97fb-90398020beb6",
    "recording_id": null,
    "artist": "Steel Pulse",
    "artist_ids": [
        "37367b2f-69e4-4df2-9e64-75ca6204764b"
    ],
    "album": "Reggae Greats",
    "release_id": "070a3374-298b-4f6c-b206-44cc5b411b20",
    "release_group_id": null,
    "labels": [
        "Mango"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}