Information about plays

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

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

{
    "id": 479512,
    "uri": "https://api.kexp.org/v2/plays/479512/?format=api",
    "airdate": "2001-10-23T19:46:40-07:00",
    "show": 8182,
    "show_uri": "https://api.kexp.org/v2/shows/8182/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TQ3MSM5DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TQ3MSM5DL._SL75_.jpg",
    "song": "On n'a pas besoin",
    "track_id": "d31c8843-66c0-457c-a2f9-e8f166e971e8",
    "recording_id": null,
    "artist": "Paris Combo",
    "artist_ids": [
        "b3365cc7-49b5-4a7f-b878-80487aad59c1"
    ],
    "album": "Paris Combo",
    "release_id": "fcbfcc46-d8db-4b08-a686-b3cfc2573dc7",
    "release_group_id": null,
    "labels": [
        "Tinder"
    ],
    "label_ids": [],
    "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"
}