Information about plays

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

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

{
    "id": 1336326,
    "uri": "https://api.kexp.org/v2/plays/1336326/?format=api",
    "airdate": "2008-02-08T18:59:00-08:00",
    "show": 23352,
    "show_uri": "https://api.kexp.org/v2/shows/23352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Vibrate (From My Head to My Feet)",
    "track_id": "81be90ed-d224-46bf-bac1-9b607efc7846",
    "recording_id": null,
    "artist": "Conway Twitty",
    "artist_ids": [
        "a3c60d26-90d6-4788-ba9b-a89693fc396d"
    ],
    "album": "MGM Rockabillies, Volume 2",
    "release_id": "c8bef66c-3d27-45e6-9abb-6c52fba01cfa",
    "release_group_id": null,
    "labels": [
        "Big Tone"
    ],
    "label_ids": [
        "fb408a2c-0b3f-4aff-b1e7-a1149c180010"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}