Information about plays

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

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

{
    "id": 427010,
    "uri": "https://api.kexp.org/v2/plays/427010/?format=api",
    "airdate": "2001-05-22T20:30:00-07:00",
    "show": 7171,
    "show_uri": "https://api.kexp.org/v2/shows/7171/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D4QX2BF7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D4QX2BF7L._SL75_.jpg",
    "song": "Ali Mullah",
    "track_id": "c2725ff6-37ce-4cea-a65f-c718fa825cae",
    "recording_id": null,
    "artist": "Transglobal Underground",
    "artist_ids": [
        "19cccbd1-cdf7-4b41-8b08-3afe828fce42"
    ],
    "album": "Rejoice Rejoice",
    "release_id": "66b21194-97e3-42d4-b625-59a81c509adb",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}